Skip to content

Commit

Permalink
deploy: d213dc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Oct 12, 2023
1 parent 5979c4d commit 81d6cf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 1 addition & 5 deletions assets/index-1f48db90.js → assets/index-373f6d0c.js

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<script src="https://unpkg.com/hydra-synth"></script>
<script type="module" crossorigin src="/assets/index-1f48db90.js"></script>
<script type="module" crossorigin src="/assets/index-373f6d0c.js"></script>
<link rel="stylesheet" href="/assets/index-0d7d5dc0.css">
</head>
<style>
Expand Down Expand Up @@ -446,6 +446,14 @@ <h1 class="mt-12 font-semibold rounded bg-gray-800 justify-center text-center te
</div>
</div>


<template id="ui-known-universe-item-template">
<!-- A known universe button in "opening" interface -->
<li class="hover:fill-black hover:bg-white py-2 hover:text-black flex justify-between px-4">
<button class="universe-name load-universe" title="Load this universe">Universe Name</button>
<button class="delete-universe" title="Delete this universe">🗑</button>
</li>
</template>
</body>
<p id="timeviewer" class="rounded-lg px-2 py-2 font-bold bg-white cursor-textpointer-events-none select-none text-black text-sm absolute bottom-2 right-2"></p>
</html>

0 comments on commit 81d6cf3

Please sign in to comment.