-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 899 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cassidy Meyers - Indie Game Dev</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Welcome to Cassidy Meyers' GitHub Pages!</p>
</header>
<main>
<section>
<h2>About Me</h2>
<p>Hi! I'm Cassidy Meyers, an indie game developer. I use she/her pronouns and am passionate about creating games.</p>
</section>
<section>
<h2>Projects</h2>
<p>Check out my latest projects on GitHub and explore the exciting world of indie games.</p>
<a href="https://github.com/Clmeyers-Dev" target="_blank">My GitHub</a>
</section>
</main>
<footer>
<p>© 2024 Cassidy Meyers</p>
</footer>
</body>
</html>