-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (22 loc) · 1.11 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AE Series</title>
<meta name="author" content="Christoph Martens, Martina Kraus">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="icon" type="image/x-icon" href="/favicon.ico" sizes="64x64 32x32 16x16">
<link rel="stylesheet" href="/design/index.css">
<link rel="stylesheet" href="/design/theme-southjs.css">
</head>
<body>
<div class="reveal index">
<a href="./book/01-Introduction.html"><img src="./book/01-Introduction.svg"/><h3>Introduction</h3></a>
<a href="./book/02-SouthJS Concept.html"><img src="./book/02-SouthJS Concept.svg"/><h3>SouthJS Concept</h3></a>
<a href="./book/03-hacker.schule.html"><img src="./book/03-hacker.schule.svg"/><h3>hacker.schule</h3></a>
<a href="./book/04-RheinNeckarJS.html"><img src="./book/04-RheinNeckarJS.svg"/><h3>RheinNeckarJS</h3></a>
</div>
</body>
</html>