2024-02-13 11:57:33 +00:00
|
|
|
<!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" />
|
|
|
|
|
2024-02-13 12:07:07 +00:00
|
|
|
<title>Peripathos</title>
|
2024-02-13 11:57:33 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="min-h-screen font-mono antialiased">
|
2024-02-14 17:40:04 +00:00
|
|
|
<div id="app" class="h-screen"></div>
|
2024-02-13 11:57:33 +00:00
|
|
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|