peripatos.free.technology/index.html

22 lines
522 B
HTML

<!doctype html>
<html class="dark" lang="en" style="color-scheme: dark;">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Web-based terminal powered by Svelte" />
<title>Peripathos</title>
</head>
<body class="min-h-screen font-mono antialiased">
<div id="app" class="h-screen p-4"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>