2022-12-10 09:14:48 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-12-19 16:32:45 +00:00
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, viewport-fit=cover"
|
|
|
|
/>
|
2022-12-10 09:14:48 +00:00
|
|
|
<title>Phanpy</title>
|
2022-12-19 06:51:56 +00:00
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="Minimalistic opinionated Mastodon web client"
|
|
|
|
/>
|
2022-12-10 09:14:48 +00:00
|
|
|
<meta name="color-scheme" content="dark light" />
|
2022-12-17 15:14:34 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Phanpy" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
2022-12-17 15:20:03 +00:00
|
|
|
<link rel="canonical" href="https://phanpy.social" />
|
2022-12-19 06:51:56 +00:00
|
|
|
<meta
|
|
|
|
name="theme-color"
|
|
|
|
content="#fff"
|
|
|
|
media="(prefers-color-scheme: light)"
|
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
name="theme-color"
|
|
|
|
content="#242526"
|
|
|
|
media="(prefers-color-scheme: dark)"
|
|
|
|
/>
|
2022-12-10 09:14:48 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<div id="modal-container"></div>
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|