summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-19 17:16:17 +0100
committerMiguel <m.i@gmx.at>2019-02-19 17:16:17 +0100
commit02895b01cb622210e6a302caf57018bce9abfd6e (patch)
treecdfb35ce279444e9a01c3a02c9923c0301fa43cc
parent50575c4b3a9d3e2d757d4d6ff0506c84ce1a4879 (diff)
return "back to top" arrow
-rw-r--r--template.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/template.html b/template.html
index 3f3eb4d..cc38ecd 100644
--- a/template.html
+++ b/template.html
@@ -57,17 +57,11 @@
</div>
</div>
</div>
- <div class="fixed-bottom container d-flex justify-content-end">
- <a id="myBtn" class="m-3 btn btn-dark" href="#top">
- &#9650;
- </a>
- </div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
- <script src="###ROOT###/backtop.js"></script>
</body>
</html>