-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 877 Bytes
/
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
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website"/>
<title>Gopher / Alcatraz</title>
<link rel="stylesheet" href="style.css">
<header>
<nav>
<a href="index.html">Productions</a>
<a href="aboutme.html">About Me</a>
<a href="4klang/index.html">4klang.untergrund.net (legacy)</a>
</nav>
</header>
<section>
<div class="card">
<p>
This site is focussed on my (Gopher / Alcatraz) <a href="https://en.wikipedia.org/wiki/Demoscene">Demoscene</a> productions and related content.
</p>
<p>
If you are not familiar with it, consider them as audio visual experiences (like a music video), just everything runs in realtime on some kind of computer.
</p>
</div>
</section>