akkoma-fe/index.html

23 lines
847 B
HTML
Raw Permalink Normal View History

2016-10-26 14:46:32 +00:00
<!DOCTYPE html>
<html lang="en">
2016-10-26 14:46:32 +00:00
<head>
<meta charset="utf-8">
2019-05-18 16:00:50 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<title>Akkoma</title>
2020-11-15 19:45:14 +00:00
<link rel="stylesheet" href="/static/font/tiresias.css">
2020-05-08 13:38:46 +00:00
<link rel="stylesheet" href="/static/font/css/lato.css">
2022-06-14 14:57:02 +00:00
<link rel="stylesheet" href="/static/mfm.css">
2022-12-06 15:26:16 +00:00
<link rel="stylesheet" href="/static/custom.css">
2023-01-02 15:16:42 +00:00
<link rel="stylesheet" href="/static/theme-holder.css" id="theme-holder">
<!--server-generated-meta-->
2018-04-26 18:13:22 +00:00
<link rel="icon" type="image/png" href="/favicon.png">
2022-11-28 12:08:18 +00:00
<link rel="manifest" href="/manifest.json">
2016-10-26 14:46:32 +00:00
</head>
<body class="hidden">
<noscript>To use Akkoma, please enable JavaScript.</noscript>
2016-10-26 14:46:32 +00:00
<div id="app"></div>
<div id="modal"></div>
2016-10-26 14:46:32 +00:00
<!-- built files will be auto injected -->
</body>
</html>