-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 712 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 712 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Alex Garrity</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Alex Garrity</h1>
</header>
<main>
<section id="about">
<h2>About Me</h2>
<p>I'm a person on a planet doing stuff</p>
</section>
<section id="articles">
<h2>Articles</h2>
<p>This is some text in the <code>main</code> element</p>
</section>
</main>
<footer>
Copyright © 2024 Alex Garrity. All Rights Reserved
</footer>
</body>
</html>