-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.26 KB
/
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
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Hapseek | Home</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/jpg" href="Hapseek-modified.png"/>
</head>
<body>
<!-- The header that shows all the things on the top -->
<div class="header">
<a href="https://hapseek.brandongore502.repl.co/" class="logo">Hapseek</a>
<div class="header-right">
<a class="active" href="https://hapseek.brandongore502.repl.co/">Home</a>
<a href="projects">Projects</a>
<a href="about">About</a>
</div>
</div>
<div class="title">
<h1 class="heading">Hapseek</h1>
<h3 class="subtitle">App and game development</h3>
</div>
<div class="mostRecent">
<h2>Most Recent Creation:</h2>
<h3>DEEP SEA TRASH HUNT!</h3>
<img src="72QIEZ.png" alt="Deep Sea Trash Hunt">
<br>
<a href="SeaCatcher.apk" download><img class="badge" src="android_badge.png" alt="Avalible On Android"></a>
<br>
<a href="https://blvuxe.itch.io/seaclean"><img class="badge" src="badge.svg" alt="Avalible On Itch.io"></a>
</div>
<script src="script.js"></script>
</body>
</html>