15 lines
424 B
HTML
15 lines
424 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<title>Compose / Phanpy</title>
|
||
|
<meta name="color-scheme" content="dark light" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script type="module" src="/src/compose.jsx"></script>
|
||
|
</body>
|
||
|
</html>
|