forked from WaveAqualei/TestingGrounds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.42 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<script src="/jquery-2.1.4.min.js"></script>
<script src="/script.js"></script>
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>Choose your name!</title>
</head>
<body>
<div id="container">
<div></div>
<div id="mid">
<div id="clock">
</div>
<h1><p>The Testing Grounds</p></h1>
<p>
Welcome to the Testing Grounds, where role ideas are tested in simulated gameplay.
</p>
<p>This is associated with the <a href="https://discord.gg/EVS55Zb">Testing Grounds Discord Server</a> and the <a href="https://www.blankmediagames.com/phpbb/viewforum.php?f=50">Testing Grounds subforum</a>. If you're wondering how this works, those are good places to look!</p>
<div id="inputcontainer">
<form action="/play">
<input id="entername" placeholder="Enter Player Name" type="text" name="name" />
<input type="submit" value="Join the lobby" id="send" />
<h5 id="error"></h5>
</form>
</div>
</div>
<div id="last"></div>
</div>
</body>
</html>