2022-11-01 15:19:37 +09:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
|
|
<title>U-S-S-R</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-11-02 23:31:27 +09:00
|
|
|
<h1>Welcome to the Ultra Super Stylish Reversi, <span id="ussr">USSR!!!</span></h1>
|
2022-11-01 15:19:37 +09:00
|
|
|
<div style="display:flex;" id="flag">
|
2022-11-02 08:44:30 +09:00
|
|
|
<div>
|
|
|
|
<table id="table"></table>
|
|
|
|
</div>
|
2022-11-01 15:19:37 +09:00
|
|
|
<div id="flex">
|
2022-11-02 17:32:43 +09:00
|
|
|
<div id="flextext">
|
|
|
|
<p id="param"></p>
|
|
|
|
<p id="score"></p>
|
|
|
|
</div>
|
2022-11-02 08:44:30 +09:00
|
|
|
<button id="pass">PASS</button>
|
2022-11-02 17:32:43 +09:00
|
|
|
<button id="sur">SURRENDER</button>
|
2022-11-02 08:44:30 +09:00
|
|
|
<button id="revo">REVOLUTION</button>
|
2022-11-01 15:19:37 +09:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<script src="main.js"></script>
|
|
|
|
</html>
|