This seems to fix the web root problem
This commit is contained in:
parent
c36af4bb00
commit
65f1e98c05
501 changed files with 289 additions and 220051 deletions
16
index.html
16
index.html
|
|
@ -4,14 +4,14 @@
|
|||
<title>GeoCSV Lite</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="css/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="resources/public/css/style.css" rel="stylesheet" type="text/css">
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<!-- if you prefer loading libraries from standard hosts, un comment this and
|
||||
comment out the local source -->
|
||||
<!-- link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
|
||||
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
|
||||
crossorigin=""/ -->
|
||||
<link rel="stylesheet" href="vendor/node_modules/leaflet/dist/leaflet.css" type="text/css">
|
||||
<link rel="stylesheet" href="resources/public/vendor/node_modules/leaflet/dist/leaflet.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>GeoCSV Lite</h1>
|
||||
|
|
@ -174,14 +174,14 @@ crossorigin=""/ -->
|
|||
<div id="credits">
|
||||
<div>
|
||||
<img height="16" width="16" alt="Clojure"
|
||||
src="img/credits/clojure-icon.gif"/> Powered by
|
||||
src="resources/public/img/credits/clojure-icon.gif"/> Powered by
|
||||
<a href="http://clojure.org">Clojure</a> ||
|
||||
<img height="16" width="16" alt="GitHub"
|
||||
src="img/credits/github-logo-transparent.png"/>Find me/fork me on
|
||||
src="resources/public/img/credits/github-logo-transparent.png"/>Find me/fork me on
|
||||
<a href="https://github.com/simon-brooke/geocsv-lite">Github</a> ||
|
||||
<img height="16" width="16"
|
||||
alt="Free Software Foundation"
|
||||
src="img/credits/gnu.small.png"/>Licensed under the
|
||||
src="resources/public/img/credits/gnu.small.png"/>Licensed under the
|
||||
<a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License version 2.0</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -192,9 +192,9 @@ comment out the local source -->
|
|||
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
|
||||
crossorigin=""></script -->
|
||||
<!-- script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.1.0/papaparse.min.js"></script -->
|
||||
<script src="vendor/node_modules/leaflet/dist/leaflet.js"></script>
|
||||
<script src="vendor/node_modules/papaparse/papaparse.min.js"></script>
|
||||
<script src="js/compiled/geocsv_lite.js" type="text/javascript"></script>
|
||||
<script src="resources/public/vendor/node_modules/leaflet/dist/leaflet.js"></script>
|
||||
<script src="resources/public/vendor/node_modules/papaparse/papaparse.min.js"></script>
|
||||
<script src="resources/public/js/compiled/geocsv_lite.js" type="text/javascript"></script>
|
||||
<script>
|
||||
/* Map using data from element content */
|
||||
geocsv_lite.core.initialise_map_element("element-content-map",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue