Client changes
This commit is contained in:
18
client/Old/index.html
Normal file
18
client/Old/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<head>
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
|
||||
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous">
|
||||
</script>
|
||||
<script src="./index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<title>Embezzle</title>
|
||||
<input type="text" id="location" /> <input type="button" value="send" onclick="send()" /><input type="button" value="get" onclick="get()" />
|
||||
</br>
|
||||
<input type="text" id="name" value="Name" />
|
||||
<input type="text" id="ownerID" value="ownerID" />
|
||||
<input type="text" id="gameID" value="gameID" />
|
||||
<input type="text" id="seats" value="seats" />
|
||||
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user