-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathG.html
25 lines (24 loc) · 787 Bytes
/
G.html
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>
<title>Investigate Further</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="left">
<h1>Investigate Further</h1>
<p>Kara finds small bags of drugs among empty bottles in the father's room. Realizing the gravity of the situation, she decides to confront him about it.</p>
<button><a href="H.html">Confront the father</a></button>
<script src="script.js"></script>
</div>
<div class="right">
<!-- Space for picture or card -->
<div class="card">
<img src="https://i.pinimg.com/564x/69/fd/82/69fd8280a3a563325369d5bab3c9381a.jpg " alt="Alice's father" style="width:100%; height:auto;">
</div>
</div>
</div>
</div>
</body>
</html>