aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Gräf <roman.graef@gmail.com>2017-11-01 13:02:30 +0100
committerGitHub <noreply@github.com>2017-11-01 13:02:30 +0100
commit04b5a749eb66a013a59ada41e4dc046595c9b3ea (patch)
treeaa3e883bd21a33246d8efbad85fdeef6322af91c
parent1a6d2cf085114f4c705f04c08f7491bb94c77126 (diff)
downloadichtml-04b5a749eb66a013a59ada41e4dc046595c9b3ea.tar.gz
ichtml-04b5a749eb66a013a59ada41e4dc046595c9b3ea.tar.bz2
ichtml-04b5a749eb66a013a59ada41e4dc046595c9b3ea.zip
Update index.html
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1006cb5..426bf87 100644
--- a/index.html
+++ b/index.html
@@ -11,18 +11,19 @@
<title>IcHTML</title>
<meta name="content" content="About me">
</head>
-<body>
+<body onload="onload()">
<!--
Sidebar
-->
<div class="sidebar" id="sidebar" style="display:none">
+ <!--
<a onclick="sidebar_close()" href="#" class="sidebar-button button sidebar-close">Close &times;</a>
<a href="#" onclick="open_timetable()" class="sidebar-button button">Stundenplan</a>
<a href="https://gitlab.com/MDWay" onclick="sidebar_close()" target="_blank" class="sidebar-button button">
<img src="https://gitlab.com/assets/favicon-075eba76312e8421991a0c1f89a89ee81678bcde72319dd3e8047e2a47cd3a42.ico">Gitlab</a>
<a href="https://github.com/MDWay" onclick="sidebar_close()" target="_blank" class="sidebar-button button sidebar-last">
- <img src="https://assets-cdn.github.com/favicon.ico">Github</a>
+ <img src="https://assets-cdn.github.com/favicon.ico">Github</a> -->
</div>
<!--