mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
8c9c6e0f34
revert Fix theme apply button so it updates instantly 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.
24 lines
978 B
HTML
24 lines
978 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">
|
|
<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">
|
|
</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>
|