From eceadf1f8a4ef8646549586fde2e10355e2aefde Mon Sep 17 00:00:00 2001
From: Sven Schneider <icedoggy@gmx.de>
Date: Mon, 12 Oct 2020 11:50:51 +0200
Subject: [PATCH] updated index.html. removed leading slash before html path

---
 public/index.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/public/index.html b/public/index.html
index 5dea0c9..be95fa3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -97,7 +97,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <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>
                     </form>                   
                   </div>
@@ -115,7 +115,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <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>
                     </form>                    
                   </div>
@@ -133,7 +133,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <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>
                     </form>
                   </div>
@@ -161,7 +161,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <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>
                     </form>                    
                   </div>
@@ -179,7 +179,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <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>
                     </form>                    
                   </div>
@@ -198,7 +198,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <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>
                     </form>                    
                   </div>                
@@ -232,7 +232,7 @@
                 </div>
                 <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                   <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>
                     </form>
                   </div>
-- 
GitLab