Skip to content

Commit

Permalink
fix mirador code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Jun 6, 2024
1 parent 9a348d4 commit 1fa938d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dhsi/day-two/configuring-viewers.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Let's look closer at some of the configuration options implemented here:
<html>
<head>
<script src="https://unpkg.com/mirador@latest/dist/mirador.min.js"></script>
</head>
<body>
<div id="mirador"></div>
<script>
var miradorInstance = Mirador.viewer({
Expand Down Expand Up @@ -124,9 +127,6 @@ var miradorInstance = Mirador.viewer({
]
});
</script>
</head>
<body>
<div id="mirador"></div>
</body>
</html>
```
Expand Down

0 comments on commit 1fa938d

Please sign in to comment.