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