Skip to content

Commit d7f1f9e

Browse files
authored
Update index.html
1 parent 8bc4d1a commit d7f1f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</head>
1919
<body>
2020
<div id="welcomeScreen">
21-
<h1>Welcome to the Photo Booth</h1>
21+
<h1>Welcome to Photobooth</h1>
2222
<button onclick="showScreen('photoSelection')">Start</button>
2323
</div>
2424

@@ -32,11 +32,11 @@ <h2>How many photos on your strip?</h2>
3232
<div id="photoCapture" style="display: none;">
3333
<h2 id="countdownText">Ready to take photos?</h2>
3434
<video id="camera" autoplay></video>
35-
<button onclick="startPhotoSequence()">Start Taking Photos</button>
35+
<button onclick="startPhotoSequence()">Go</button>
3636
</div>
3737

3838
<div id="outputOptions" style="display: none;">
39-
<h2>Print or Download Your Photo Strip</h2>
39+
<h2>Customise and Print or Download Your Photo Strip</h2>
4040
<canvas id="photoCanvas"></canvas>
4141
<br>
4242
<label for="caption">Add Text:</label>

0 commit comments

Comments
 (0)