-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 896 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 896 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Phoebe and Sebastien's Wedding</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" type="image/x-icon" href="./src/favicon2.ico">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Rubik&display=swap" rel="stylesheet"><link rel="stylesheet" href="./style.css">
</head>
<div id="menu">
<div id="menu-items">
<div class="menu-item">Wedding</div>
<div class="menu-item">RSVP</div>
<div class="menu-item">Info</div>
<div class="menu-item">Registry</div>
</div>
<div id="menu-background-pattern"></div>
<div id="menu-background-image"></div>
</div>
<script src='https://kit.fontawesome.com/944eb371a4.js'></script><script src="./script.js"></script>
</body>
</html>