forked from AkkomaGang/akkoma-fe
2f549774ab
polyfills also.
19 lines
722 B
HTML
19 lines
722 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>Pleroma</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">
|
|
<!--server-generated-meta-->
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
</head>
|
|
<body class="hidden">
|
|
<noscript>To use Pleroma, please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|