Commit eceadf1f authored by Sven Schneider's avatar Sven Schneider
Browse files

updated index.html. removed leading slash before html path

parent 1f0d7501
Pipeline #1062 passed with stages
in 21 seconds
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="/iStoeckHM.html" class="form-signin" method="GET"> <form action="iStoeckHM.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form> </form>
</div> </div>
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="/iStoeckHexgrid_2m.html" class="form-signin" method="GET"> <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form> </form>
</div> </div>
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="/iStoeckHMGeoJSON.html" class="form-signin" method="GET"> <form action="iStoeckHMGeoJSON.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form> </form>
</div> </div>
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="/iStoeck.html" class="form-signin" method="GET"> <form action="iStoeck.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form> </form>
</div> </div>
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="/iStoeckStreams.html" class="form-signin" method="GET"> <form action="iStoeckStreams.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form> </form>
</div> </div>
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="/StreamlinesMultipart.html" class="form-signin" method="GET"> <form action="StreamlinesMultipart.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
</form> </form>
</div> </div>
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
</div> </div>
<div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="d-flex justify-content-between align-items-center btnGroupDiv">
<div class="btn-group"> <div class="btn-group">
<form action="/EssenPC.html" class="form-signin" method="GET"> <form action="EssenPC.html" class="form-signin" method="GET">
<button type="submit" class="btn btn-sm btn-outline-secondary ">Explore</button> <button type="submit" class="btn btn-sm btn-outline-secondary ">Explore</button>
</form> </form>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment