-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrateus.html
24 lines (23 loc) · 965 Bytes
/
rateus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Computer Science Cultivation</title>
</head>
<body>
<h1>COMPUTER SCIENCE CULTIVATION</h1>
<ul>
<div class="flex-container">
<li><a href="index.html">Home page</a></li>
<li><a href="game.html">Computer Science Cultivation Game</a></li>
<li><a href="postpretest.html">Post Test/ Pre Test</a></li>
<li><a href="rateus.html">Rate our game here!</a></li>
</div>
</ul>
<p>Please let us know what you think after playing the game by clicking the link below!</p>
<h2><a href="https://docs.google.com/forms/d/e/1FAIpQLSfUEQi_JyHd-Pk2IRnXVN9VAoQ7mC2nqAsU3EWMBhrD0zRsUw/viewform">Link to Rate Us</a> </h2>
</body>
</html>