summaryrefslogtreecommitdiff
path: root/index.html
blob: 5f1d8dee1ca2a85a5091c370186d98658bbaa915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">

<head>
	<title>jigsaw</title>
	<meta charset="utf-8">
	<meta content="width=device-width,initial-scale=1" name="viewport">
	<link rel="icon" href="favicon.ico">
	<link rel="stylesheet" href="style.css">
	<script src="index.js"></script>
</head>
<body>
	<button id="host">host</button>
	<input id="code" type="text">
	<button id="join">join</button>
</body>
</html>