comparison client/public/index.html @ 1145:2d34715dd52e

feat: Import of sounding results First UI concept and download of meta.json
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 12 Nov 2018 17:41:41 +0100
parents 6c3527ddc200
children 0c5cbbafbd94
comparison
equal deleted inserted replaced
1144:5f98d0c9d738 1145:2d34715dd52e
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6 <meta name="viewport" content="width=device-width,initial-scale=1.0" />
7 <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
8 <title>gemmajs</title>
9 <style>
10 html {
11 height: 100%;
12 width: 100%;
13 margin: 0 auto;
14 }
15 body {
16 height: 100%;
17 width: 100%;
18 background-color: #efefef !important;
19 }
20 </style>
21 </head>
3 22
4 <head> 23 <body>
5 <meta charset="utf-8"> 24 <noscript>
6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 25 <strong
7 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 26 >This webapplication needs Javascript enabled to run. Please enable it
8 <link rel="icon" href="<%= BASE_URL %>favicon.ico"> 27 to continue.</strong
9 <title>gemmajs</title> 28 >
10 </head> 29 </noscript>
11 30 <div id="app"></div>
12 <body> 31 <!-- built files will be auto injected -->
13 <noscript> 32 </body>
14 <strong>This webapplication needs Javascript enabled to run.
15 Please enable it to continue.</strong>
16 </noscript>
17 <div id="app"></div>
18 <!-- built files will be auto injected -->
19 </body>
20
21 </html> 33 </html>