-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 933 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
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html <lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<title>Marty's Website</title>
</head>
<body>
<div
id="doc"
class="container-fluid markdown-body comment-enabled"
data-hard-breaks="true"
>
<h1><strong>Nicholas Gandolfo's Website</strong></h1>
<p><em>Starry Night over the Rhone ' Vincent Van-Gogh</em></p>
<img
src="https://weburbanist.com/wp-content/uploads/2016/02/loving1.gif"
alt="Starry Night over the Rhone - Vincent Van Gogh"
/>
</div>
</body>
</html>
<div class="flex-container">
<div>
<a href="aboutme.html">about me</a>
</div>
<div>
<a href="sestina.html">some poetry</a>
</div>
<div>
<hr />
<a href="archivumprotocol.html">Archivum Protocol</a>
<br />
<a href="replycodealpha.html">Reply-Code Alpha</a>
</div>
</div>