-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (31 loc) · 1.43 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
<html>
<head>
<title>addicted to UNIX</title>
<link rel="stylesheet" type="text/css" href="assets/unixaddict.css" />
</head>
<body>
<div class="container">
<div class="content">
<div class="inner">
<h1><img src="assets/unixaddict-o.svg" height="100" /></h1>
<h2>Addicted to UNIX</h2>
<p>
This page is currently under construction –<br />
it's main purpose will be to present my mainly UNIX related stuff i collected over the years.<br />
Additionally maybe also some UNIX related open-source projects.
</p>
<p>
In the meanwhile you can visit:
</p>
<ul>
<li>my facebook page <a href="https://www.facebook.com/unixaddict">fb.me/unixaddict</a></li>
<li>my github repositories <a href="https://github.com/unixaddict/">github.com/unixaddict</a></li>
</ul>
<p>
<small>copyright © 2020-present by <a href="https://aurora.github.io/">Harald Lapp / aurora.github.io</a></small>
</p>
</div>
</div>
</div>
</body>
</html>