mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2026-04-02 09:55:29 +00:00
16 lines
455 B
HTML
Executable File
16 lines
455 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>💨</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<main id="root"></main>
|
|
<script type="module" src="./main.tsx"></script>
|
|
</body>
|
|
</html>
|