-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (28 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
41 lines (28 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ivanmarin</title>
<link rel="stylesheet" type="text/css" href="main.css">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
</head>
<body>
<div class="translucent">
<div class="contents">
<h1>ivan marin</h1>
<ul>
<li><a href="/writing/index.html">Writing</a> - My posts on data science, machine learning, management
and other stuff</li>
<li><a href="/shortstories/index.html">Short Stories</a> - Short stories, fiction.
<li><a href="/photos/index.html">Photos</a> - Photo gallery</li>
</ul>
<p>
<a href="/contact/">Leave me a note (not working yet)</a>.
</p>
</div>
</div>
<a href="http://ivan.tunguska.cc/__null__" rel="nofollow"></a>
<div style="position: absolute; bottom: 5px; color: #eeeeee">
adapted from <a href="https://rachelbythebay.com">rachelbythebay</a>
</div>
</body>
</html>