akkoma-fe/index.html

16 lines
490 B
HTML
Raw Normal View History

2016-10-26 14:46:32 +00:00
<!DOCTYPE html>
<html lang="en">
2016-10-26 14:46:32 +00:00
<head>
<meta charset="utf-8">
2017-01-17 08:09:12 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2016-10-26 17:03:55 +00:00
<title>Pleroma</title>
2018-04-26 18:13:22 +00:00
<link rel="icon" type="image/png" href="/favicon.png">
2016-11-06 19:26:07 +00:00
<link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
2016-10-26 14:46:32 +00:00
</head>
2017-02-16 15:07:07 +00:00
<body style="display: none">
2016-10-26 14:46:32 +00:00
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>