aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: a42ec2f613ce429ece35037a920e365fbe006385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE HTML>
<html lang="de">
<head>
	<meta charset="UTF-8">
	<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
	<link rel="stylesheet" href="res/default.css">
	<link rel="stylesheet" href="res/sidebar.css">
	<link rel="stylesheet" href="res/loading.css">
	<meta name="theme-color" content="#0099ff">
	<meta name="author" content="Roman Gr&auml;f">
	<title>IcHTML</title>
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="content" content="About me">
	
</head>
<body onload="onload()">


<!--
    Sitetop
-->
<div class="teal">
    <a onclick="sidebar_open()" class="hamburger" href="#"> Menu</a>
    <span class="header" id="header">Main</span>
</div>
<!--
    Sidebar
-->
<div class="sidebar" id="sidebar">
    
    <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> -->
</div>

<div id="content">
</div>

<script src="res/default.js"></script>
</body>
</html>