Newer
Older
2021-Fuki-second / countdown.html
<!DOCTYPE html>
<head>
<title>おみくじゲーム</title>
</head>

<body>
<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><button type="button" value="START">開始</button></p>
</body>