aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
<!--