Skip to content

Commit

Permalink
Use latest release of gocam-viz
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Dec 20, 2024
1 parent b96046e commit 2736bb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gocam_viz/templates/gocam_viz/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module"
src="https://unpkg.com/@geneontology/wc-gocam-viz/dist/wc-gocam-viz/wc-gocam-viz.esm.js"></script>
<script nomodule="" src="https://unpkg.com/@geneontology/wc-gocam-viz/dist/wc-gocam-viz/wc-gocam-viz.js"></script>
<script type="module" src="https://unpkg.com/@geneontology/wc-gocam-viz@^1/dist/wc-gocam-viz/wc-gocam-viz.esm.js"></script>
<script nomodule="" src="https://unpkg.com/@geneontology/wc-gocam-viz@^1/dist/wc-gocam-viz/wc-gocam-viz.js"></script>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/@geneontology/wc-gocam-viz@1.0.0/dist/collection/components/gocam-viz/gocam-viz.css">
Expand Down

0 comments on commit 2736bb2

Please sign in to comment.