deploy: d213dc1697
This commit is contained in:
File diff suppressed because one or more lines are too long
10
index.html
10
index.html
@ -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>
|
||||
@ -446,6 +446,14 @@
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user