-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathS.html
24 lines (24 loc) · 910 Bytes
/
S.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
<!--Te vas a vivir con Alice-->
<!--buen ending -->
<!DOCTYPE html>
<html>
<head>
<title>Live with Alice</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="left">
<h1>Live with Alice</h1>
<p>You have successfully navigated through all the challenges and have ensured Alice's safety. She looks at you with gratitude and hope for a better future. Together, you decide to move away and start a new life, far from the troubles of the past. This is a good ending where Alice is safe and you both find peace.</p>
<script src="script.js"></script>
</div>
<div class="right">
<!-- Space for picture or card -->
<div class="card">
<img src="https://i.pinimg.com/564x/3c/8c/c7/3c8cc71be9b4681fdc1e58ef084cc987.jpg" alt="Alice's father" style="width:100%; height:auto;">
</div>
</div>
</div>
</body>
</html>