16 lines
484 B
HTML
16 lines
484 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" />
|
|
<meta name="google" content="notranslate" />
|
|
</head>
|
|
<body>
|
|
<div id="app-standalone"></div>
|
|
<script type="module" src="/src/compose.jsx"></script>
|
|
</body>
|
|
</html>
|