upub/web/index.html
alemi ad65f86360
chore(web): trunk index file
oops this should have been part of commit fbbb635
2025-01-22 01:19:08 +01:00

31 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>upub</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="website" />
<meta property="og:title" content="upub">
<meta property="og:description" content="micro social network, federated" />
<meta property="og:url" content="https://upub.alemi.dev/web" />
<meta property="og:site_name" content="upub" />
<link rel="icon" data-trunk href="favicon.ico" type="image/x-icon" />
<link rel="manifest" href="/web/assets/manifest.json" />
<link rel="copy-file" data-trunk href="manifest.json" />
<link rel="copy-file" data-trunk href="icon.png" />
<link rel="preload" href="https://cdn.alemi.dev/web/font/FiraCode-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
<link rel="preload" href="https://cdn.alemi.dev/web/font/FiraCode-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
<link crossorigin rel="stylesheet" href="https://cdn.alemi.dev/web/alemi.css">
<link rel="css" data-trunk href="style.css" />
</head>
<body>
</body>
</html>