Skip to content

Commit

Permalink
update GenomeSpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed May 6, 2024
1 parent b268607 commit 3e51166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

<head>
<title>GenomeSpy</title>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@genome-spy/app@0.51.x/dist/style.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@genome-spy/app@0.52.x/dist/style.css" />
</head>

<body>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@genome-spy/app@0.51.x"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@genome-spy/app@0.52.x"></script>

<script>
genomeSpyApp.embed(document.body, "spec.json", {});
Expand Down

0 comments on commit 3e51166

Please sign in to comment.