mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-11-05 03:52:24 +01:00
15 lines
421 B
HTML
15 lines
421 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Pleroma</title>
|
|
<link rel="stylesheet" href="/static/font/css/fontello.css">
|
|
<link rel="stylesheet" href="/static/font/css/animation.css">
|
|
</head>
|
|
<body style="display: none">
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|