-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.09 KB
/
index.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
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bandersnatch</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="left">
<h1>Bandersnatch</h1>
<p>Welcome to Bandersnatch, an interactive story where you make the decisions. Click the button below to begin.</p>
<button><a href="A.html">Start</a></button>
<p>Done by Yazide, Yaiza and Roger</p>
<script src="script.js"></script>
</div>
<div class="right">
<div class="card">
<img src="https://i.pinimg.com/564x/a6/45/de/a645de0d2f870728954c1c1ac633488a.jpg" alt="Alice's father" style="width:100%; height:auto;">
</div>
</div>
</body>
</html>