-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href="styles.css">
<script src="app.js"></script>
</head>
<body>
<div id='header'>
<div class='menu'>
<ul>
<li>things i've made:</li>
<li><a href='index.html'>this page</a></li>
<li><a href='https://www.youtube.com/user/DrFiresign'>YouTube</a></li>
<li><a href='https://vimeo.com/drfiresign'>Vimeo</a></li>
<li><a href='https://github.com/drfiresign/dotfiles'>.files</a></li>
</ul>
</div>
<h1>Howdy folks!</h1>
<img src='img/g-avatar.jpg' id='profile-pic'>
</div>
<div id='main'>
<h2>You've reached Dylan Cascio's Github Pages page!</h2>
<p>You might remember me from such self-help videos as <i>Smoke Yourself Thin</i> and <i>Get Confident, Stupid!</i> Well, now I'm here to tell you about the only real path to mental health. That's right. It's the... something or other.</p>
</div>
</body>
</html>