mirror of
https://git.kittycat.homes/zoe/reversi.git
synced 2024-08-15 03:27:19 +00:00
add login page
This commit is contained in:
parent
58303b3769
commit
0f930b18f4
3 changed files with 107 additions and 17 deletions
|
@ -2,12 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="static/style.css"
|
||||
media="all"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css" media="all" />
|
||||
<script src="/script.js" charset="utf-8" defer></script>
|
||||
<title>Reversi Online</title>
|
||||
<meta
|
||||
|
@ -19,5 +14,18 @@
|
|||
</head>
|
||||
</html>
|
||||
<body>
|
||||
<div id="board"></div>
|
||||
<div class="contentdiv">
|
||||
<form>
|
||||
<input
|
||||
type="text"
|
||||
name="roomname"
|
||||
maxlength="32"
|
||||
placeholder="room name"
|
||||
/>
|
||||
<button type="submit">let's go!</button>
|
||||
</form>
|
||||
</div>
|
||||
<footer>
|
||||
<span id="status">reversi</span>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue