-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
27 lines (24 loc) · 873 Bytes
/
Copy pathfaq.html
File metadata and controls
27 lines (24 loc) · 873 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cheese Shop | FAQ</title>
<meta name="description" content="Fresh and Aged Cheese for Sale">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
</head>
<body>
<script src="script.js" async defer></script>
<audio loop id="Blue Danube" autoplay src="assets/Blue Danube.mp3"></audio>
<header>
<h1>Cheese Shop</h1>
</header>
<hr color="black" width="500px">
<nav>
<h3 draggable="false"><a href="index.html">Home</a> || <a href="about.html">About</a> || <a href="faq.html">FAQ</a></h3>
</nav>
<main>
</main>
</body>
</html>