blob: 1fc7e446a77a060fb2f59a59e03b985eb26d6de3 (
plain)
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
|
<!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></br>
<input type="checkbox" name="" value="">Town Direction Sign</input></br>
<input type="checkbox" name="" value="">Train Timetable Board</input></br>
<input type="checkbox" name="" value="">Train Sounds</input></br>
<input type="checkbox" name="" value="">Map</input></br>
<input type="checkbox" name="" value="">Gentle Music? is train station but does still fit</input></br>
<input type="checkbox" name="" value="">Station Announcement (will record myself)</input></br>
<input type="checkbox" name="" value=""></input></br>
<input type="checkbox" name="" value=""></input></br>
<input type="checkbox" name="" value=""></input></br>
</ul>
<h1>Scene 2: Stratford Town</h1>
<ul>
<input type="checkbox" name="" value="">Street Signs - Protest Signs?</input></br>
<input type="checkbox" name="" value="">Map</input></br>
<input type="checkbox" name="" value="">Hockey Bags</input></br>
<input type="checkbox" name="" value="">Paddington's Hat</input></br>
<input type="checkbox" name="" value=""></input></br>
</ul>
</div>
</body>
</html>
|