annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 <!DOCTYPE html>
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 <html>
427
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
3
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
4 <head>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
5 <meta charset="utf-8">
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
7 <meta name="viewport" content="width=device-width,initial-scale=1.0">
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
8 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
9 <title>wamosjs</title>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
10 </head>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
11
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
12 <body>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
13 <noscript>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
14 <strong>We're sorry but wamosjs doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
15 </noscript>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
16 <div id="app"></div>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
17 <!-- built files will be auto injected -->
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
18 </body>
e4b961315e9f feat: Pagination added to usermanagement
Thomas Junk <thomas.junk@intevation.de>
parents: 13
diff changeset
19
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
20 </html>