-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
47 lines (35 loc) · 833 Bytes
/
information.html
File metadata and controls
47 lines (35 loc) · 833 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<style>
.decoding-the-mind {
display: block;
color: #ffffff;
text-align: left;
padding: 14px;
}
h1 {
text-align: center;
}
</style>
<title>Decoding The Mind</title>
<link rel="stylesheet" href="decodingTheMind.css">
<script src="DecodingTheMind.js"></script>
</head>
<body class="pancakeStack">
<header>
<a href="Decoding The Mind.html" class="logo">
<h1>Decoding the Mind</h1>
</a>
<nav>
<a href="information.html">Information</a>
<a href="activities.html">Activites</a>
<a href="games.html">Games</a>
<a href="contact.html">Contact</a>
<a href="About.html">About Us</a>
</nav>
</header>
<main>
</main>
</body>
</html>