profile-site/index.html

17 lines
534 B
HTML
Raw Normal View History

2020-12-01 15:10:26 -05:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
2020-12-01 15:46:29 -05:00
<link rel="stylesheet" href="styles.css">
2020-12-01 15:10:26 -05:00
<title>Meet Squirrel</title>
</head>
<body>
<h1>Hi! I'm Squirrel!</h1>
2020-12-01 15:46:29 -05:00
<div class="project" id="gold-rush">
<h2>Gold Rush</h2>
<h4>A simple incremental game made with JavaScript</h4>
<p>You can play it <a href="https://squirrel-314.github.io">here</a>, or download the app <a href="download-gold-rush.html">here</a>.</p>
</div>
2020-12-01 15:10:26 -05:00
</body>
</html>