~cytrogen/masto-fe

ref: 960614ec6fca5d0e2f7aca5b0ca2f8fba94ed905 masto-fe/public/index.html -rw-r--r-- 1.4 KiB
960614ec — Laura Hausmann Merge patchset from akko branch 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang='en'>
<head>
    <meta charset='utf-8'>
    <meta content='width=device-width, initial-scale=1' name='viewport'>
    <title>Masto-FE standalone</title>
    <link rel="manifest" type="applicaton/manifest+json" href="/manifest.json" />

    <meta name="theme-color" content="#282c37" />

    <script crossorigin='anonymous' src="/packs/js/locales.js"></script>
    <script crossorigin='anonymous' src="/packs/js/locales/glitch/en.js"></script>

    <link rel='preload' as='script' href='/packs/js/flavours/glitch/async/getting_started.js'>
    <link rel='preload' as='script' href='/packs/js/flavours/glitch/async/compose.js'>
    <link rel='preload' as='script' href='/packs/js/flavours/glitch/async/home_timeline.js'>
    <link rel='preload' as='script' href='/packs/js/flavours/glitch/async/notifications.js'>
    <script id='initial-state' type='application/json'>{}</script>

    <script src="/verify-state.js"></script>
    <script src="/packs/js/core/common.js"></script>
    <link rel="stylesheet" media="all" href="/packs/css/core/common.css" />

    <script src="/packs/js/flavours/glitch/common.js"></script>
    <link rel="stylesheet" media="all" href="/packs/css/flavours/glitch/common.css" />

    <script src="/packs/js/flavours/glitch/home.js"></script>
</head>
<body class='app-body no-reduce-motion system-font'>
<div class='app-holder' data-props='{&quot;locale&quot;:&quot;en&quot;}' id='mastodon'>
</div>
</body>
</html>