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