mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 00:23:29 +01:00
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
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>Amputoma</title>
|
|
<link rel="stylesheet" href="/static/font/css/tiresias.css">
|
|
<link rel="stylesheet" href="/static/font/css/lato.css">
|
|
<link rel="stylesheet" href="/static/font/css/arimo.css">
|
|
<link rel="stylesheet" href="/static/mfm.css">
|
|
<link rel="stylesheet" href="/static/theme-holder.css" id="theme-holder">
|
|
<!--server-generated-meta-->
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<!--custom-meta :p-->
|
|
<link rel=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=stylesheet href=/static/custom.css>
|
|
<link rel=stylesheet href="/static/rot/rot.css">
|
|
<script defer=defer src="/static/rot/rot.js"></script>
|
|
</head>
|
|
<body class="hidden">
|
|
<noscript>Please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<div id="modal"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|