-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmac-book-air-26.html
69 lines (64 loc) · 2.13 KB
/
mac-book-air-26.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./mac-book-air-26.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Itim:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Josefin Sans:ital,wght@0,400;1,300&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Indie Flower:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Irish Grover:wght@400&display=swap"
/>
</head>
<body>
<div class="macbook-air-26" id="macBookAir26">
<img
class="background-blood-17"
alt=""
src="public/[email protected]"
/>
<div class="macbook-air-26-child"></div>
<div class="macbook-air-26-item" id="rectangle1"></div>
<div class="macbook-air-26-inner" id="rectangle2"></div>
<div class="yes5">Yes</div>
<div class="no5">No</div>
<div class="have-any-serious">Have any serious heart condition?</div>
</div>
<script>
var rectangle1 = document.getElementById("rectangle1");
if (rectangle1) {
rectangle1.addEventListener("click", function (e) {
window.location.href = "./mac-book-air-6.html";
});
}
var rectangle2 = document.getElementById("rectangle2");
if (rectangle2) {
rectangle2.addEventListener("click", function (e) {
window.location.href = "./mac-book-air-27.html";
});
}
var macBookAir26 = document.getElementById("macBookAir26");
if (macBookAir26) {
macBookAir26.addEventListener("click", function (e) {
window.location.href = "./mac-book-air-27.html";
});
}
</script>
</body>
</html>