Add files via upload
diff --git a/graf.php b/graf.php
index 9ea6730..6bbcd70 100644
--- a/graf.php
+++ b/graf.php
@@ -26,12 +26,17 @@
<link rel="manifest" href="manifest.json">
<!-- own css stylesheets -->
+<!-- FOR DEPLOYING -->
+<link rel="stylesheet" href="css/styles.css">
+
+<!-- FOR CODING
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/graf.css">
<link rel="stylesheet" href="css/dialog.css">
<link rel="stylesheet" href="css/option-buttons.css">
<link rel="stylesheet" href="css/year-list.css">
<link rel="stylesheet" href="css/search-bar.css">
+-->
<!-- imported css stylesheets -->
@@ -133,9 +138,9 @@
<div class="md-google-search">
<button class="md-google-search__search-btn">
<svg height="24px" viewBox="0 0 24 24" width="24px"
- xmlns="http://www.w3.org/2000/svg">
+ xmlns="http://www.w3.org/2000/svg">
<path
- d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
+ d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
<path d="M0 0h24v24H0z" fill="none"></path></svg>
</button>
<div class="md-google-search__field-container">
@@ -145,9 +150,9 @@
</div>
<button class="md-google-search__empty-btn" style="display: none;">
<svg focusable="false" height="24px" viewBox="0 0 24 24"
- width="24px" xmlns="http://www.w3.org/2000/svg">
+ width="24px" xmlns="http://www.w3.org/2000/svg">
<path
- d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
+ d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
<path d="M0 0h24v24H0z" fill="none"></path></svg>
</button>
</div>
@@ -166,6 +171,11 @@
<!-- our scripts -->
<script src="./js/autocomplete.js"></script>
+
+ <!-- FOR DEPLOYING -->
+ <script src="./js/script.js"></script>
+
+ <!-- FOR CODING
<script src="./js/circle-mode.js"></script>
<script src="./js/graf.js"></script>
<script src="./js/limit-years.js"></script>
@@ -173,6 +183,7 @@
<script src="./js/dialog.js"></script>
<script src="./js/camera.js"></script>
<script src="./js/easter-egg.js"></script>
+ -->
<!--<script src="js/service-worker.js"></script>-->