-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
43 lines (38 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="ja">
<head>
<title>点対称ポリオミノの引き算</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=534">
<link rel="icon" type="image/x-icon" href="./images/favicon.png?2023.10.27">
<link rel="apple-touch-icon" sizes="152x152" href="./images/apple-touch-icon.png?2023.10.27">
<link rel="stylesheet" href="./css/main.css?2026.04.25">
<script src="./src/main.js?2026.04.25"></script>
</head>
<body>
<div id="contents">
<div style="text-align: center;">
<div style="width: 534px;">
<h3>点対称連結ポリオミノ同士の引き算</h3>
<p id="version-info"><br></p>
</div>
<div id="size-info">
横:<input type="number" id="width-val" min="3">
縦:<input type="number" id="height-val" min="3">
<a id="size-mode-button" class="button">サイズ変更モード</a>
</div>
<p id="process-time-info"></p>
<svg id="svg-board" width="500" height="500"></svg>
<p id="url-info"></p>
<div style="width: 534px;">
<h3 id="mode-name-info">モード</h3>
<p id="mode-info">
</p>
</div>
</div>
<footer>
<span>@tatt61880</span>
</footer>
</div>
</body>
</html>