-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene_eight.html
More file actions
25 lines (25 loc) · 1.07 KB
/
scene_eight.html
File metadata and controls
25 lines (25 loc) · 1.07 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Raised By Robots</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
</style>
</head>
<body>
<audio id="sound1" src="sounds/laughing.mp3" preload="auto"></audio>
<div id="scene_eight" onclick="document.getElementById('sound1').play();"></div>
<div class="holder">
<div class="text">
<p>As the couple began heading up for bed, they stopped by the nursery to check on their son. As they walked in, they saw the crib feeding Lucas some baby food. “Must have gotten hungry,” Kenny mumbled as he headed towards his bed. Sandra followed, looking back at her son as she headed to the door. </p>
<br />
</div>
<div class="button">
<br />
<a href="scene_nine.html"><img src="images/next.jpg"></a>
</div>
</div>
</body>
</html>