-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 2.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
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>martin's zone</title>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta name="robots" content="noindex,nofollow,noarchive" />
<link rel="stylesheet" type="text/css" href="css/layout.css" />
</head>
<body>
<div class="intro">
<big><u>mart</u>in's <u>i</u>'net <u>z</u>one</big>
</div>
<div class="content">
<big>T</big>his page intentionally left blank... <small>currently</small>.<br />
Rest assured... it will change...<br />
<a href="https://www.urbandictionary.com/define.php?term=soon%E2%84%A2"><em>soon</em><sup><small> (tm)</small></sup></a>.
</div>
<div class="content">
<big>F</big>ollowing topics will be displayed or presented here:
<ul>
<li>Personal progress (maybe journaling as well)</li>
<li>Project development reports</li>
<li>Design ideas</li>
<li>... and many other things (probably)</li>
</ul>
</div>
<div class="links">
<a href="https://boot.dev/u/martiz"><img src="img/icon_boot_dev.png" alt="Boot.Dev logo" height="32" width="32" /></a>
<a href="https://github.com/martiz"><img src="img/logo_github.svg" alt="GitHub logo" height="32" width="32" /></a>
<a href="https://twitch.com/martiz_42"><img src="img/logo_twitch.svg" alt="Twitch logo" height="32" width="32" /></a>
<a href="https://bsky.app/profile/martizzi.bsky.social"><img src="img/logo_bluesky.svg" alt="Bluesky logo" height="32" width="32" /></a>
<a href="https://linktr.ee/martizzi"><img src="img/logo_linktree.svg" alt="Linktree logo" height="32" width="32" /></a>
<a href="https://instagram.com/izzitram"><img src="img/logo_instagram.svg" alt="Instagram logo" height="32" width="32" /></a>
<a href="https://codeberg.org/martiz"><img src="img/logo_codeberg_white.svg" alt="Codeberg logo" height="32" width="32" /></a>
</div>
</body>
</html>