- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
20 lines (19 loc) · 510 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 510 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Max Lin's Site</title>
<linkrel=stylesheettype=text/csshref=stylesheets/styles.css>
</head>
<body>
<divclass="header">
<h1>Hi.</h1>
<h1>I'm Max.</h1>
<h1>Website in progress.</h1>
</div>
<div>
<ahref="https://github.com/maxlincode"><imgid="github" src="https://s-media-cache-ak0.pinimg.com/originals/3c/d5/67/3cd5679f54dc60811383649f9f6ea37d.png" alt="github"/></a>
</div>
<divid="footer">
</div>
</body>
</html>