pleroma-fe/index.html

16 lines
469 B
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">
2019-05-18 18:00:50 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
2016-10-26 19:03:55 +02:00
<title>Pleroma</title>
<!--server-generated-meta-->
2018-04-26 20:13:22 +02:00
<link rel="icon" type="image/png" href="/favicon.png">
2016-10-26 16:46:32 +02:00
</head>
<body class="hidden">
2019-08-17 10:26:00 +02:00
<noscript>To use Pleroma, please enable JavaScript.</noscript>
2016-10-26 16:46:32 +02:00
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>