github.com/quickfeed/quickfeed@v0.0.0-20240507093252-ed8ca812a09c/public/index.tmpl.html (about)

     1  <!doctype html>
     2  <html lang="en">
     3  <!--
     4       This is the template for the index.html file served by the web server.
     5  
     6       You can add to, and modify this file. You should not
     7       include any generated files from webpack in this file.
     8       The build process will automatically inject the bundle files you need.
     9  -->
    10  
    11  <head>
    12       <meta charset="utf-8" />
    13       <!-- Favicon -->
    14       <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png">
    15       <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png">
    16       <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png">
    17       <link rel="manifest" href="/assets/site.webmanifest">
    18       <title>QuickFeed</title>
    19       <!-- Bootstrap Latest compiled and minified CSS -->
    20       <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
    21            integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
    22       <!-- Font Awesome  -->
    23       <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    24  </head>
    25  
    26  <body>
    27       <noscript>You need to enable JavaScript to run this app.</noscript>
    28       <div id="root"></div>
    29  </body>
    30  
    31  </html>