Advertisement
Guest User

Untitled

a guest
Sep 7th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.97 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html class="fw-basic-text" lang="en">
  5.     <head>
  6.         <meta charset="utf-8" />
  7.         <meta name="viewport" content="width=380, initial-scale=1.0" />
  8.         <title> Fidus Writer </title>
  9.         <meta name="description" content="The all in one solution for collaborative academic writing.">
  10.         <meta name="author" content="Fidus Writer" />
  11.         <meta name="theme-color" content="#84b4a7">
  12.         <link rel="shortcut icon" href="/static/img/favicon.png?v=0" type="image/png"/>
  13.         <link rel="manifest" href="/manifest.json">
  14.         <!-- commons styles -->
  15.         <link type="text/css" rel="stylesheet" href="/static/css/reset.css?v=0" />
  16.         <link type="text/css" rel="stylesheet" href="/static/css/colors.css?v=0" />
  17.         <link type="text/css" rel="stylesheet" href="/static/css/fonts.css?v=0" />
  18.         <link type="text/css" rel="stylesheet" href="/static/css/text.css?v=0" />
  19.         <link type="text/css" rel="stylesheet" href="/static/css/forms.css?v=0" />
  20.         <link type="text/css" rel="stylesheet" href="/static/css/ui_dialogs.css?v=0" />
  21.         <link type="text/css" rel="stylesheet" href="/static/css/buttons.css?v=0" />
  22.         <link type="text/css" rel="stylesheet" href="/static/css/pulldown.css?v=0" />
  23.         <link type="text/css" rel="stylesheet" href="/static/css/loader.css?v=0" />
  24.         <link type="text/css" rel="stylesheet" href="/static/css/alerts.css?v=0" />
  25.         <link type="text/css" rel="stylesheet" href="/static/css/overview_menu.css?v=0" />
  26.         <link type="text/css" rel="stylesheet" href="/static/css/data_table.css?v=0" />
  27.         <link type="text/css" rel="stylesheet" href="/static/css/dialog_table.css?v=0" />
  28.         <link type="text/css" rel="stylesheet" href="/static/css/ui_tabs.css?v=0" />
  29.         <link type="text/css" rel="stylesheet" href="/static/css/figure.css?v=0" />
  30.         <link type="text/css" rel="stylesheet" href="/static/css/dialog.css?v=0" />
  31.         <link type="text/css" rel="stylesheet" href="/static/css/content_menu.css?v=0" />
  32.         <!-- layout styles -->
  33.         <link type="text/css" rel="stylesheet" href="/static/css/common.css?v=0" />
  34.         <link type="text/css" rel="stylesheet" href="/static/css/header_menu.css?v=0" />
  35.         <!-- Check browser -->
  36.         <script type="text/javascript" src="/static/js/browser_check.js?v=0" crossorigin="anonymous" defer async></script>
  37.         <script type="text/javascript" src="/api/jsi18n/" id="i18n"></script>
  38.         <!-- JS error handling -->
  39.         <script type="text/javascript" src="/static/js/error_hook.js?v=0" crossorigin="anonymous"></script>
  40.         <!-- Main page script -->
  41.         <script type="text/javascript" src="/static/js/app.js?v=0" crossorigin="anonymous"></script>
  42.     </head>
  43.     <body><div id="wait" class="active"><i class="fa fa-spinner fa-pulse"></i></div><noscript>
  44.         <h1>JavaScript disabled</h1>
  45.         <p>Fidus Writer requires you to enable JavaScript.</p>
  46.     </noscript></body>
  47. </html>
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement