pleroma-fe/index.html

15 lines
421 B
HTML
Raw Normal View History

2016-10-26 16:46:32 +02:00
<!DOCTYPE html>
<html>
<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>
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">
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>