Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update index-dev.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vim-sroberge authored May 29, 2024
1 parent 54cea4e commit 3fc3038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="stylesheet" href="https://unpkg.com/vim-webgl-component@0.3.4-dev.0/dist/style.css">
<link rel="stylesheet" href="https://unpkg.com/vim-webgl-component@0.3.5-dev.0/dist/style.css">
</head>
<body>
<script>
window.process = { env: { NODE_ENV: 'development' } };
</script>
<script src="https://unpkg.com/vim-webgl-component@0.3.4-dev.0"></script>
<script src="https://unpkg.com/vim-webgl-component@0.3.5-dev.0"></script>
<script>

// Parse URL for source file
Expand Down

0 comments on commit 3fc3038

Please sign in to comment.