diff options
author | pommicket <pommicket@gmail.com> | 2024-08-04 15:38:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-08-04 15:38:51 -0400 |
commit | 765015f112b1799e410d6b7fbb598b471e7115bc (patch) | |
tree | 0948e02ccdb9ebf684b0c6c30a9d51dd62f29c49 /index.html |
initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..5f1d8de --- /dev/null +++ b/index.html @@ -0,0 +1,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> |