mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 08:33:22 +01:00
index fix
This commit is contained in:
parent
cb9a67763c
commit
5a4780c511
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
||||||
<title>Akkoma</title>
|
<title>Amputoma</title>
|
||||||
<link rel="stylesheet" href="/static/font/tiresias.css">
|
<link rel="stylesheet" href="/static/font/tiresias.css">
|
||||||
<link rel="stylesheet" href="/static/font/css/lato.css">
|
<link rel="stylesheet" href="/static/font/css/lato.css">
|
||||||
<link rel="stylesheet" href="/static/mfm.css">
|
<link rel="stylesheet" href="/static/mfm.css">
|
||||||
|
@ -16,10 +16,10 @@
|
||||||
<link rel="shortcut icon" type=image/png href=/favicon.png>
|
<link rel="shortcut icon" type=image/png href=/favicon.png>
|
||||||
<link rel="apple-touch-icon" type=image/png href=/favicon.png>
|
<link rel="apple-touch-icon" type=image/png href=/favicon.png>
|
||||||
<link rel=stylesheet href=/static/custom.css>
|
<link rel=stylesheet href=/static/custom.css>
|
||||||
<script src="/static/rot.js"></script>
|
<script src="/static/js/rot.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="hidden">
|
<body class="hidden">
|
||||||
<noscript>To use Akkoma, please enable JavaScript.</noscript>
|
<noscript>Please enable JavaScript.</noscript>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<div id="modal"></div>
|
<div id="modal"></div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
|
|
Loading…
Reference in a new issue