forked from YangVictor05/1800_202330_BBY31
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (46 loc) · 1.44 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
46
47
48
49
50
51
52
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Staatliches">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand">
<style>
header {
font-family: Staatliches;
}
body {
font-family: Quicksand;
}
a { text-decoration: none}
</style>
</head>
<body>
<div id="container">
<header id="header"style="font-family: Staatliches">
PricePalate
</header>
<br>
<br>
<br>
<h1 id="welcome">
Welcome!
</h1>
<div id="quote">
"Don't shop when you're hungry"
</div>
<div id="textprompt">
<br>You're starting your journey to efficient shopping planning
</div>
<div id="lgn">
<br>
<a href="login.html" class="login btn btn-info" role="button">Get Started</a>
</div>
<footer id="footer">
© TeamBBY31
</footer>
</div>
</body>
</html>