forked from AkkomaGang/akkoma-fe
floatingghost
db46879a8f
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: AkkomaGang/pleroma-fe#212
21 lines
798 B
HTML
21 lines
798 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
|
<title>Akkoma</title>
|
|
<link rel="stylesheet" href="/static/font/css/fontello.css">
|
|
<link rel="stylesheet" href="/static/font/css/animation.css">
|
|
<link rel="stylesheet" href="/static/font/tiresias.css">
|
|
<link rel="stylesheet" href="/static/font/css/lato.css">
|
|
<link rel="stylesheet" href="/static/mfm.css">
|
|
<!--server-generated-meta-->
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
</head>
|
|
<body class="hidden">
|
|
<noscript>To use Akkoma, please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<div id="modal"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|