1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-01-01 13:43:23 -06:00
akkoma-fe/index.html

23 lines
847 B
HTML
Raw Permalink Normal View History

2016-10-26 09:46:32 -05:00
<!DOCTYPE html>
<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">
<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">
<!--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>
<body class="hidden">
<noscript>To use Akkoma, please enable JavaScript.</noscript>
2016-10-26 09:46:32 -05:00
<div id="app"></div>
<div id="modal"></div>
2016-10-26 09:46:32 -05:00
<!-- built files will be auto injected -->
</body>
</html>