pleroma-fe/index.html

34 lines
1.1 KiB
HTML
Raw Normal View History

2016-10-26 16:46:32 +02:00
<!DOCTYPE html>
<html lang="en">
2016-10-26 16:46:32 +02:00
<head>
<meta charset="utf-8">
2017-01-17 09:09:12 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-10-26 19:03:55 +02:00
<title>Pleroma</title>
2018-01-01 16:37:47 +00:00
<link rel="apple-touch-icon" sizes="180x180" href="/ngs/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/ngs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/ngs/favicon-16x16.png">
<link rel="manifest" href="/ngs/manifest.json">
<link rel="mask-icon" href="/ngs/safari-pinned-tab.svg" color="#370f34">
<meta name="theme-color" content="#370f34">
2016-11-06 20:26:07 +01:00
<link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
2018-08-18 12:38:36 +02:00
<style>
#app {
background-position: 50% 50px !important;
}
.media.status.USER____hj.highlighted .name-and-links::after {
content: 'admin';
display: inline;
font-size: 8px;
vertical-align: top;
line-height: 8px;
margin-left: 1em;
}
</style>
2016-10-26 16:46:32 +02:00
</head>
2017-02-16 16:07:07 +01:00
<body style="display: none">
2016-10-26 16:46:32 +02:00
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>