logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma

index.html.eex (1348B)


      1 <!DOCTYPE html>
      2 <html lang='en'>
      3 <head>
      4 <meta charset='utf-8'>
      5 <meta content='width=device-width, initial-scale=1' name='viewport'>
      6 <title>
      7 <%= Pleroma.Config.get([:instance, :name]) %>
      8 </title>
      9 <link rel="icon" type="image/png" href="/favicon.png"/>
     10 <script crossorigin='anonymous' src="/packs/locales.js"></script>
     11 <script crossorigin='anonymous' src="/packs/locales/glitch/en.js"></script>
     12 
     13 <link rel='preload' as='script' crossorigin='anonymous' href='/packs/features/getting_started.js'>
     14 <link rel='preload' as='script' crossorigin='anonymous' href='/packs/features/compose.js'>
     15 <link rel='preload' as='script' crossorigin='anonymous' href='/packs/features/home_timeline.js'>
     16 <link rel='preload' as='script' crossorigin='anonymous' href='/packs/features/notifications.js'>
     17 <script id='initial-state' type='application/json'><%= raw @initial_state %></script>
     18 
     19 <script src="/packs/core/common.js"></script>
     20 <link rel="stylesheet" media="all" href="/packs/core/common.css" />
     21 
     22 <script src="/packs/flavours/glitch/common.js"></script>
     23 <link rel="stylesheet" media="all" href="/packs/flavours/glitch/common.css" />
     24 
     25 <script src="/packs/flavours/glitch/home.js"></script>
     26 </head>
     27 <body class='app-body no-reduce-motion system-font'>
     28   <div class='app-holder' data-props='{&quot;locale&quot;:&quot;en&quot;}' id='mastodon'>
     29   </div>
     30 </body>
     31 </html>