This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (43 loc) · 1.49 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<script src="ext/jquery-2.2.3.min.js"></script>
<script src="js/default.js"></script>
<script src="js/intro.js"></script>
<script src="js/because.js"></script>
<script src="js/crazy.js"></script>
<script src="js/think.js"></script>
<script src="js/change.js"></script>
<script src="js/world.js"></script>
<script src="js/ones.js"></script>
<script src="js/do.js"></script>
<script src="js/steve.js"></script>
<script src="js/overview.js"></script>
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/intro.css">
<link rel="stylesheet" href="css/because.css">
<link rel="stylesheet" href="css/crazy.css">
<link rel="stylesheet" href="css/think.css">
<link rel="stylesheet" href="css/change.css">
<link rel="stylesheet" href="css/world.css">
<link rel="stylesheet" href="css/ones.css">
<link rel="stylesheet" href="css/do.css">
<link rel="stylesheet" href="css/steve.css">
<link rel="stylesheet" href="css/overview.css">
</head>
<body onmousemove="ChangeGlobalColors(event);">
<main></main>
<!-- (-) : Startseite mit ... -->
<!-- (~) : -->
<!-- (++) A: Webcam im Hintergrund -->
<!-- (+) F: Sprechblase -->
<!-- (+) A: Abbiegespur -->
<!-- (++) F: Weltkugel mit Männchen drauf (beeinflusst durch Maus) -->
<!-- (~) : eventuell 1en -->
<!-- (~) : eventuell "tun" symbolisieren -->
<!-- (-) : -->
<!-- (~) : Übersicht mit komplettem Zitat -->
</body>
</html>