22 lines
1020 B
HTML
22 lines
1020 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||
|
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||
|
<link rel="mask-icon" href="/favicon.ico" color="#ffffff">
|
||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
|
||
|
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||
|
<title>Urbit Community Manager</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="root"></div>
|
||
|
<script type="module" src="/src/main.tsx"></script>
|
||
|
</body>
|
||
|
</html>
|