mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-18 18:36:01 +01:00
6b180d30b3
I tried to do this while keeping the CSP changes but it seems like it is impossible, however, the themes do with with these enabled still and the CSP changes still working, so I am not sure why they were even implemented.
23 lines
900 B
HTML
23 lines
900 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">
|
|
<link rel="stylesheet" href="/static/custom.css">
|
|
<!--server-generated-meta-->
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
</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>
|