github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/index.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <title>Nomad</title> 7 <meta name="description" content=""> 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 10 {{content-for "head"}} 11 12 <link rel="stylesheet" href="{{rootURL}}assets/vendor.css"> 13 <link rel="stylesheet" href="{{rootURL}}assets/nomad-ui.css"> 14 <link rel="icon" type="image/png" href="{{rootURL}}/favicon.png" /> 15 16 {{content-for "head-footer"}} 17 </head> 18 <body> 19 {{content-for "body"}} 20 21 <script src="{{rootURL}}assets/vendor.js"></script> 22 <script src="{{rootURL}}assets/nomad-ui.js"></script> 23 24 {{content-for "body-footer"}} 25 </body> 26 </html>