github.com/covergates/covergates@v0.2.2-0.20201009050117-42ef8a19fb95/web/public/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  
     4  <head>
     5    <meta charset="utf-8">
     6    <meta http-equiv="X-UA-Compatible" content="IE=edge">
     7    <meta name="viewport" content="width=device-width,initial-scale=1.0">
     8    <link rel="icon" href="<%= BASE_URL %>logo.png">
     9    <title><%= htmlWebpackPlugin.options.title %></title>
    10    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
    11    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
    12    <script>
    13      var VUE_BASE = '{{.}}'
    14    </script>
    15  </head>
    16  
    17  <body>
    18    <noscript>
    19      <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
    20        Please enable it to continue.</strong>
    21    </noscript>
    22    <div id="app"></div>
    23    <!-- built files will be auto injected -->
    24  </body>
    25  
    26  </html>