github.com/hernad/nomad@v1.6.112/ui/app/index.html (about)

     1  <!DOCTYPE html>
     2  <!--
     3   Copyright (c) HashiCorp, Inc.
     4   SPDX-License-Identifier: MPL-2.0
     5  -->
     6  
     7  <html>
     8    <head>
     9      <meta charset="utf-8">
    10      <meta http-equiv="X-UA-Compatible" content="IE=edge">
    11      <title>Nomad</title>
    12      <meta name="description" content="">
    13      <meta name="viewport" content="width=device-width, initial-scale=1">
    14  
    15      {{content-for "head"}}
    16  
    17      <link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
    18      <link rel="stylesheet" href="{{rootURL}}assets/nomad-ui.css">
    19      <link rel="icon" type="image/png" href="{{rootURL}}/favicon.ico" />
    20  
    21      {{content-for "head-footer"}}
    22    </head>
    23    <body>
    24      {{content-for "body"}}
    25  
    26      <script src="{{rootURL}}assets/vendor.js"></script>
    27      <script src="{{rootURL}}assets/nomad-ui.js"></script>
    28  
    29      {{content-for "body-footer"}}
    30    </body>
    31  </html>