diff client/public/index.html @ 427:e4b961315e9f

feat: Pagination added to usermanagement
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 16 Aug 2018 17:49:24 +0200
parents 88d0d60924cf
children 5845fb6bb4ec
line wrap: on
line diff
--- a/client/public/index.html	Thu Aug 16 17:37:29 2018 +0200
+++ b/client/public/index.html	Thu Aug 16 17:49:24 2018 +0200
@@ -1,17 +1,20 @@
 <!DOCTYPE html>
 <html>
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>wamosjs</title>
-  </head>
-  <body>
-    <noscript>
-      <strong>We're sorry but wamosjs doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
-    </noscript>
-    <div id="app"></div>
-    <!-- built files will be auto injected -->
-  </body>
+
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width,initial-scale=1.0">
+  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+  <title>wamosjs</title>
+</head>
+
+<body>
+  <noscript>
+    <strong>We're sorry but wamosjs doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+  </noscript>
+  <div id="app"></div>
+  <!-- built files will be auto injected -->
+</body>
+
 </html>