forked from CowWorks/CowWorks.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
24 lines (23 loc) · 829 Bytes
/
faq.html
File metadata and controls
24 lines (23 loc) · 829 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
<!DOCTYPE html>
<html>
<head>
<title>CowWorks</title>
<link href="style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,600,700,800,900|Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
</head>
<body>
<header>
<div><a href="index.html">Welcome</a></div>
<div><a href="updates.html">Updates</a></div>
<div><a href="faq.html">FAQ</a></div>
<div><a href="cowfacts.html">Cow Facts</a></div>
</header>
<section>
<h1>
FAQ - Coming soon!
</h1>
</section>
<footer>
</footer>
</body>
</html>