-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojekte.html
More file actions
39 lines (32 loc) · 991 Bytes
/
projekte.html
File metadata and controls
39 lines (32 loc) · 991 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tillmann</title>
<link rel="stylesheet" type="text/css" href="web.css" />
<link rel="icon" href="images/favicon.png" type="image/png" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
<header>
<h1><span>Tillmann</span></h1>
</header>
<nav>
<a href="index.html">[ɪç ˈɔnlaɪ̯n]</a>
<a href="projekte.html">[pʀoˈjɛktə]</a>
<a href="studien.html">[ˈʃtuːdɪ̯ən]</a>
<a href="">[ʒuʁ.nal]</a>
</nav>
<div id="content">
<h2>Projekte</h2>
Inhalt in Kürze (oder Länge).
<h3>Android-Theremin</h3>
<h3>Raspberry-п</h3>
<h3>Webseite</h3>
<h4>Webdesign-manpages</h4>
<h4>Webseiten-Quellen</h4>
<!-- here ends content -->
</div>
</body>
</html>