-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (44 loc) · 1.45 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!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">
<title>MMS Story Game</title>
<title>Game</title>
</head>
<body>
<div class="welcome">
<h1>Welcome!</h1>
</div>
<div>
This is
<p>a submission for the MMS game contest held by the MASH peer leaders</p>
<p>Constraints: Only bare html — no javascript or css. This game's focal point is it story. We wanted to push ourselves to make the most entertaining story possible and not allow graphics to distract from that.</p>
</div>
<div>
<h2>This website was created by Teo Levin, Jacob Goldstein, Naomi Halpern, Aaron Yu, and Alex DeLorenzo</h2>
<p>Room content by</p>
<ul>
<li>Jacob Goldstein</li>
<li>Naomi Halpern</li>
<li>Alex DeLorenzo</li>
<li>Teo Levin</li>
<li>Aaron Yu</li>
<li>Eliana Barker</li>
</ul>
<p>Code by (order of commits) </p>
<ol>
<li>Alex DeLorenzo</li>
<li>Jacob Goldstein (hosting site)</li>
<li>Teo Levin</li>
<li>Aaron Yu</li>
</ol>
</div>
<div class="startButton">
<a href="./game/menu/page-one.html">
<button class="startButt">Click Here to start</button>
</a>
</div>
</body>
</html>