-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (33 loc) · 1.37 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hair Salon Splash Page</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Calligraffitti&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Calligraffitti&family=Handlee&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="banner">
<div class="header">
<div class="header-item">
<h1>Bette's</h1><h2>Short and Curlies Salon</h2></div>
<div class="header-item"><img src="medusa.png"></div>
<div class="header-item">
<a href="index.html">Home</a>
<a href="about.html">About us</a>
<a href="gallery.html">Styles</a>
<a href="contact.html">Contact us</a>
<a href="blog.html">Blog</a></div>
</div></div>
<div class="footer">
<p>© Beltalowda Sésata Inc.</p>
</div>
</body>
</html>