-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
37 lines (32 loc) · 1.08 KB
/
template.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
36
37
<!DOCTYPE html>
<!--
cardgame.csh.rit.edu
Author: Nathan Pedersen
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="styles/styles.css" rel="stylesheet">
<title>The CSH Card Game</title>
</head>
<body>
<header>
<div id="heading">
<h1>The CSH Card Game</h1>
</div>
<nav>
<span><a href="index.html">Home</a></span>
<span><a href="rules.html">Rules</a></span>
</nav>
</header>
<main>
</main>
<footer>
<p>The CSH Card Game was created during the 2023-24 academic year.</p>
<p>
This game was made possible thanks to the hard work of Igor Polotai, James Hansplant, Nathan Pedersen, Mel Fangmann, Bora Zihnali, as well as the playtesters Joseph Isaac, Charlotte George, Nathan Russo, Andrew Steven-Hernandez, and everyone else in CSH!
</p>
</footer>
</body>
</html>