-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (20 loc) · 737 Bytes
/
index.html
File metadata and controls
33 lines (20 loc) · 737 Bytes
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
<html>
<head>
<title>Carlan</title>
<link rel="stylesheet" href="css/stylesheet.css" type="text/css"/>
</head>
<body class="index_body">
<div class="wrapper">
<h1 class="name">Carlan Henry</h1>
<img class="facepic" src="facepic.png"></img>
<div class="list">
<ul>
<li><a href="projects.html">Projects</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="misc.html">Misc</a></li>
</ul>
</div>
</div>
</body>
</html>