-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene_two.html
More file actions
27 lines (27 loc) · 1.36 KB
/
scene_two.html
File metadata and controls
27 lines (27 loc) · 1.36 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>
<div id="scene_two"></div>
<div class="holder">
<div class="text">
<p>Kenny had seen a commercial for this crib a few months into Sandra’s pregnancy. It utilized recent technology that allowed the crib to take action when the baby was in distress. When the baby could not sleep, it would rock the crib back and forth and read them a bedtime story. If the baby cried in the middle of the night, it would swaddle them tighter and play a lullaby until they had drifted back to sleep. As first time parents, this form of assistance seemed particularly intriguing. Kenny had bought the crib right on the spot. Although Sandra was cautious of this form of intervention from something so rudimentary, she was on board to give it a go.</p>
<br />
</div>
<div class="button">
<br />
<br />
<br />
<br />
<a href="scene_three.html"><img src="images/next.jpg"></a>
</div>
</div>
</body>
</html>