xref: /openbmc/webui-vue/public/index.html (revision a2988f40)
1*a2988f40SDerick Montague<!DOCTYPE html>
2*a2988f40SDerick Montague<html lang="en">
3*a2988f40SDerick Montague  <head>
4*a2988f40SDerick Montague    <meta charset="utf-8">
5*a2988f40SDerick Montague    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6*a2988f40SDerick Montague    <meta name="viewport" content="width=device-width,initial-scale=1.0">
7*a2988f40SDerick Montague    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
8*a2988f40SDerick Montague    <title>OpenBMC Web UI</title>
9*a2988f40SDerick Montague  </head>
10*a2988f40SDerick Montague  <body>
11*a2988f40SDerick Montague    <noscript>
12*a2988f40SDerick Montague      <strong>We're sorry but this application does not work properly without JavaScript enabled. Please enable it to continue.</strong>
13*a2988f40SDerick Montague    </noscript>
14*a2988f40SDerick Montague    <div id="app"></div>
15*a2988f40SDerick Montague    <!-- built files will be auto injected -->
16*a2988f40SDerick Montague  </body>
17*a2988f40SDerick Montague</html>
18