webs/ultra-super-stylish-reversi/index.html
2022-11-02 23:31:27 +09:00

28 lines
860 B
HTML

<!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>
<h1>Welcome to the Ultra Super Stylish Reversi, <span id="ussr">USSR!!!</span></h1>
<div style="display:flex;" id="flag">
<div>
<table id="table"></table>
</div>
<div id="flex">
<div id="flextext">
<p id="param"></p>
<p id="score"></p>
</div>
<button id="pass">PASS</button>
<button id="sur">SURRENDER</button>
<button id="revo">REVOLUTION</button>
</div>
</div>
</body>
<script src="main.js"></script>
</html>