summaryrefslogtreecommitdiff
path: root/index.html
blob: 7694883b9d0cac1b277d0ca909a20b03c8ccf767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>House Drama 2026</title>
    <link href="css/style.css" rel="stylesheet">
  </head>
  <body>
  <div>
    <h1>Scene 1: Train Station</h1>
    <ul>
      <input type="checkbox" name="" value="">Suitcases (x2)</input>
      <input type="checkbox" name="" value="">Town Direction Sign</input>
    </ul>
  </div>
  </body>
</html>