Newer
Older
2023-itsuki2 / 9bomb.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>9bomb</title>
<script type="text/javascript" src="9bomb.js"></script>
<link rel="stylesheet" type="text/css" href="bokan.css">
</head>

<body>
<h1>10秒以内に当たりを見つけろ</h1>

<div><p>1</p></div><div><p>2</p></div><div><p>3</p></div><div><p>4</p></div><div><p>5</p></div><div><p>6</p></div><div><p>7</p></div><div><p>8</p></div><div><p>9</p></div><div><p>10</p></div>

<p id="start"></p>

</body>
</html>