Newer
Older
2023-Yoshimiya / bokan.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>タイムボカーン</title>
<link rel="stylesheet" type="text/css" href="bokan.css">
<script type="text/javascript" src="bokan.js"></script>
<meta charset="utf-8">
</head>

<body>
<h1>どれが当たりかな?</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="message"></p>
</body>
</html>