Skip to content

Commit

Permalink
Update to latest gocam-viz beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Jan 11, 2025
1 parent 030b93f commit 166b793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gocam_viz/templates/gocam_viz/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="https://unpkg.com/@geneontology/[email protected].1/dist/wc-gocam-viz/wc-gocam-viz.esm.js"></script>
<script nomodule="" src="https://unpkg.com/@geneontology/[email protected].1/dist/wc-gocam-viz/wc-gocam-viz.js"></script>
<script type="module" src="https://unpkg.com/@geneontology/[email protected].2/dist/wc-gocam-viz/wc-gocam-viz.esm.js"></script>
<script nomodule="" src="https://unpkg.com/@geneontology/[email protected].2/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/[email protected]/dist/collection/components/gocam-viz/gocam-viz.css">
Expand Down

0 comments on commit 166b793

Please sign in to comment.