-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 920 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, height=device-height initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>BMPG</title>
</head>
<body>
<canvas id="app" width="640" height="360"></canvas>
<form id="loginForm">
<span class="welcomeMessage"></span>
<input id="ip-field" type="text" placeholder="ip-address:port" value="https://best-multiplayer-game-possible-pvenbf56dq-uc.a.run.app">
<!-- <input type="text" placeholder="ip-address:port" value="http://localhost:8080"> -->
<input type="text" autocomplete="false" placeholder="Your username"><input type="submit" value="GO!">
<span class="error"></span>
</form>
<script type="module" src="./src/index.ts"></script>
</body>
</html>