2016-10-26 14:46:32 +00:00
<!DOCTYPE html>
2017-04-14 17:08:37 +00:00
< html lang = "en" >
2016-10-26 14:46:32 +00:00
< head >
< meta charset = "utf-8" >
2019-05-18 16:00:50 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1,user-scalable=no" >
2016-10-26 17:03:55 +00:00
< title > Pleroma< / title >
2020-05-08 13:38:46 +00:00
< link rel = "stylesheet" href = "/static/font/css/fontello.css" >
< link rel = "stylesheet" href = "/static/font/css/animation.css" >
2020-11-15 19:45:14 +00:00
< link rel = "stylesheet" href = "/static/font/tiresias.css" >
2020-05-08 13:38:46 +00:00
< link rel = "stylesheet" href = "/static/font/css/lato.css" >
2022-06-14 14:57:02 +00:00
< link rel = "stylesheet" href = "/static/mfm.css" >
2018-12-13 21:29:07 +00:00
<!-- server - generated - meta -->
2022-08-28 09:21:31 +00:00
< link rel = "manifest" href = "/static/manifest.json" / >
< meta name = "mobile-web-app-capable" content = "yes" >
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
< meta name = "apple-mobile-web-app-status-bar" content = "black-translucent" / >
< link rel = "apple-touch-icon" href = "/images/icons/icon-512x512.png" / >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black-translucent" >
< meta name = "theme-color" content = "#000000" / >
< meta name = "theme-color-orig" content = "#000000" / >
2018-04-26 18:13:22 +00:00
< link rel = "icon" type = "image/png" href = "/favicon.png" >
2016-10-26 14:46:32 +00:00
< / head >
2019-07-19 16:39:18 +00:00
< body class = "hidden" >
2019-08-17 08:26:00 +00:00
< noscript > To use Pleroma, please enable JavaScript.< / noscript >
2022-08-28 09:21:31 +00:00
< script > if ( 'serviceWorker' in navigator ) { navigator . serviceWorker . register ( '/static/service-worker.js' ) ; } else { console . log ( "Service worker is not supported" ) ; } < / script >
2016-10-26 14:46:32 +00:00
< div id = "app" > < / div >
<!-- built files will be auto injected -->
< / body >
< / html >