view client/public/index.html @ 943:532c8392048f v1-uat1

client: replace arrow image * Use an arrow image that has the same color and is a triangle.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 09 Oct 2018 19:55:33 +0200
parents 6c3527ddc200
children 2d34715dd52e
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>gemmajs</title>
</head>

<body>
  <noscript>
    <strong>This webapplication needs Javascript enabled to run.
            Please enable it to continue.</strong>
  </noscript>
  <div id="app"></div>
  <!-- built files will be auto injected -->
</body>

</html>