2022-12-13 12:42:09 +00:00
|
|
|
<!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" />
|
2023-12-25 11:25:48 +00:00
|
|
|
<title>Compose / %PHANPY_CLIENT_NAME%</title>
|
2022-12-13 12:42:09 +00:00
|
|
|
<meta name="color-scheme" content="dark light" />
|
2023-01-11 11:26:24 +00:00
|
|
|
<meta name="google" content="notranslate" />
|
2022-12-13 12:42:09 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-12-14 13:48:17 +00:00
|
|
|
<div id="app-standalone"></div>
|
2023-03-15 13:18:47 +00:00
|
|
|
<div id="modal-container"></div>
|
2022-12-13 12:42:09 +00:00
|
|
|
<script type="module" src="/src/compose.jsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|