-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene_twelve.html
More file actions
27 lines (27 loc) · 1.33 KB
/
Copy pathscene_twelve.html
File metadata and controls
27 lines (27 loc) · 1.33 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
26
27
<!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/crying_short.mp3" preload="auto"></audio>
<div id="scene_twelve" onclick="document.getElementById('sound1').play();"></div>
<div class="holder">
<div class="text">
<p>The couple got Lucas and placed him in the car seat, as they drove to the store. Unsurprisingly, Lucas cried the entire car ride. “Why don’t I stay in the car with Lucas, you go pick the crib you want,” Kenny had said as they pulled into the parking lot. Wanting to get away from the constant screaming, Sandra agreed. She returned to the car with the simplest crib they had in the store. It did not even connect to the WiFi. Kenny seemed disappointed with her decision, but chose not to say a word. </p>
<br />
</div>
<div class="button">
<br />
<br />
<br />
<a href="scene_thirteen.html"><img src="images/next.jpg"></a>
</div>
</div>
</body>
</html>