view client/public/index.html @ 34:1e279abd8e06

Made login button smaller Login button has now 20px line height to harmonize layout.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 26 Jun 2018 14:18:05 +0200
parents 88d0d60924cf
children e4b961315e9f
line wrap: on
line source

<!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>
</html>