-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
22 lines (22 loc) · 1.11 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
html lang="EN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Roboto:ital,wght@0,100;0,300;0,400;1,100&display=swap" rel="stylesheet">
<meta name="description" content="Tech E-commerce template website">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Jovana P">
<link href="style.css" rel="stylesheet">
<title>About us</title>
</head>
<body>
<div class="">
<h1>What is BeachWear °F?</h1>
<p>We are a company made out of the most creative and fun people. Okay...Now for real :)
We're just a boring team. But, you may like our costumes and you may like them a lot, so don't miss an opportunity to get these awesome swimsuits for a very affordable price! And if you're a fashion designer, we might want YOU to join our boring team. Check out our LinkedIn profile and see if you fit!</p>
</div>
</body>
</html>