Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
</head>

<body class="bg-neutral-950 text-neutral-100">
<noscript>
<div class="border-b border-amber-400/20 bg-amber-400/[0.06]">
<div class="mx-auto flex max-w-6xl items-center justify-center gap-2 px-6 py-2.5 text-center text-sm text-amber-200">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="size-4 shrink-0" aria-hidden="true">
<path d="m21.73 18-8-14a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" />
<path d="M12 9v4" />
<path d="M12 17h.01" />
</svg>
<span>JavaScript is disabled, so the live console demo below won't open — everything else on this page still works.</span>
</div>
</div>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "virtual-console-website",
"private": true,
"version": "0.1.4-alpha.0",
"version": "0.1.4-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading