-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
28 lines (24 loc) · 921 Bytes
/
index2.html
File metadata and controls
28 lines (24 loc) · 921 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Albumnes de Sabrina Carpenter</title>
</head>
<style>
body {
background-image: url('Imagenes/FONDOFINAL.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
</style>
<body>
<h2 style="text-align:center; font-size: 36px;">1. Emails I Can't Send</h2>
<h2 style="text-align:center; font-size: 36px;">2. Singular Act I</h2>
<h2 style="text-align:center; font-size: 36px;">3. Singular Act II</h2>
<h2 style="text-align:center; font-size: 36px;">4. Evolution</h2>
<h2 style="text-align:center; font-size: 36px;">5. Eyes Wide Open</h2>
<button class="my-button" onclick="location.href='index.html'" style="text-align:center">Man’s Best Friend</button>
</body>
</html>