forked from KingstumusPrime/JSGame
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodelOpenPage.html
More file actions
42 lines (29 loc) · 1.01 KB
/
modelOpenPage.html
File metadata and controls
42 lines (29 loc) · 1.01 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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JK Games</title>
<link rel="stylesheet" href="styleSheetOpeningPage.css">
</head>
<body>
<div id="rapper">
<header id="header">
<h2>JK Games</h2>
<h6>Using Crown.js</h6>
</header>
<div id="logon">
<form id="openPageForm">
Nickname:
<input id="nickinput" class="textinput" type="text" name="Nickname" placeholder="Nickname">
SessionID:
<input id="sessinput" class = "textinput" type="text" name="Session ID" maxlength="5" placeholder = "12345">
<input id="sumbitinput" type="submit" value="Submit">
</form>
</div>
<div id="cards">
</div>
<div id="fillspace"></div>
<footer>James and Kingston Games</footer>
</div>
<script src = "openPage.js"></script>
</body>