view client/public/index.html @ 5560:f2204f91d286

Join the log lines of imports to the log exports to recover data from them. Used in SR export to extract information that where in the meta json but now are only found in the log.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Feb 2022 18:34:40 +0100
parents 7a3ace19dc56
children
line wrap: on
line source

<!--
  This is Free Software under GNU Affero General Public License v >= 3.0
  without warranty, see README.md and license for details.

  SPDX-License-Identifier: AGPL-3.0-or-later
  License-Filename: LICENSES/AGPL-3.0.txt

  Copyright (C) 2018, 2019 by via donau
   – Österreichische Wasserstraßen-Gesellschaft mbH
  Software engineering by Intevation GmbH
-->
<!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><%= process.env.VUE_APP_WINDOWTITLE || VUE_APP_TITLE %></title>
    <style>
      html {
        height: 100%;
        width: 100%;
        margin: 0 auto;
      }
      body {
        height: 100%;
        width: 100%;
        background-color: #efefef !important;
      }
    </style>
  </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>