-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (31 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
42 lines (31 loc) · 1.02 KB
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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Home</title>
</head>
<body>
<div class="page">
<div class="top">
<div class="title-box">
<h1>Hello<br>Everyone</h1>
<p>
Feeling a bit down? Perhaps even got nothing to do? Just look around this website, see if you like anything, and maybe even find something fun!
</p>
</div>
<div class="links">
<a class="link from-right" href="index.html">Home (You are here)</a>
<a class="link from-right" href="gifpage.html">Dancing!</a>
<a class="link from-right" href="dogpage.html">Pibbles</a>
<a class="link from-right" href="goalpage.html">Daily goals</a>
</div>
</div>
<div class="images">
<a class="link from-left" href="otherpagepage.html">Other fun places</a>
<a class="link from-right" href="sourcepage.html">Sources of negativity</a>
</div>
</div>
<script src="app.js"></script>
</body>
</html>