Initial commit
This commit is contained in:
39
index.html
Normal file
39
index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="css/spectre.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
||||
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
|
||||
crossorigin=""/>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
|
||||
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
|
||||
crossorigin=""></script>
|
||||
<!--
|
||||
<script src="js/qrious.min.js" type="text/javascript"></script>
|
||||
-->
|
||||
<script src="js/index.js" type="text/javascript"></script>
|
||||
<title>CentAppe</title>
|
||||
<style>
|
||||
.leaflet-container {
|
||||
background: #fff;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="main">
|
||||
</nav>
|
||||
|
||||
<h1 class="text-center mt-2">Mappetta??</h1>
|
||||
|
||||
<div class="container main">
|
||||
<div id="map" style="height: 700px; margin: 0 auto">
|
||||
</div>
|
||||
</div>
|
||||
<footer class="container text-center text-italic p-2">
|
||||
<p class="p-1">Powered by NicoPa</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user