diff options
Diffstat (limited to 'lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex')
-rw-r--r-- | lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex new file mode 100644 index 000000000..ac50ad46b --- /dev/null +++ b/lib/pleroma/web/templates/mastodon_api/mastodon/index.html.eex @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang='en'> +<head> +<meta charset='utf-8'> +<meta content='width=device-width, initial-scale=1' name='viewport'> +<link rel="stylesheet" media="all" href="/packs/common.css" /> +<link rel="stylesheet" media="all" href="/packs/default.css" /> +<link rel="stylesheet" media="all" href="/packs/pl-dark-masto-fe.css" /> + +<script src="/packs/common.js"></script> +<script src="/packs/locale_en.js"></script> +<script id='initial-state' type='application/json'><%= raw @initial_state %></script> +<script src="/packs/application.js"></script> +</head> +<body class='app-body'> + <div class='app-holder' data-props='{"locale":"en"}' id='mastodon'> + </div> +</body> +</html> |