Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
</head>
<body>
<div id="root"></div>
<noscript>
<div class="min-h-screen grid place-content-center">
<p class="max-w-lg p-8 text-center text-balance">
This site requires JavaScript. If you don't want to enable JavaScript, see the <a href="https://docs.oxide.computer/" class="external-link" target="_blank" rel="noopener noreferrer">Oxide docs</a> to learn about accessing the API through the CLI or SDKs.
</p>
</div>
</noscript>
<script type="module" src="./app/main.tsx"></script>
</body>
</html>
Loading