-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
44 lines (42 loc) · 1.32 KB
/
main.html
File metadata and controls
44 lines (42 loc) · 1.32 KB
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
<DOCTYPE html>
<html>
<head>
<title>Home</title>
<link type="text/css" rel="stylesheet"
href="css/my-first-stylesheet.css"/>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Main</a>
<li class="selected">Menu</li>
<li><a href="about-us.html">About Us</a>
<li><a href="our-cheese.html">Types of Cheese</a></li>
<li><a href="choose-cheese.html">Choose Cheese</a>
<li><a href="cheese-info.html">Cheese Info</a>
</ul>
</nav>
<h1>We are the Cheese Eaters</h1>
<p>This is our website. Click on a link to go to a page.</p>
<br />
<h3>Made by Jacob Tian a Grade 5 student in Wismer Public School </h3>
<footer>
<p class="contact">Contact E-mail: jacob@ilikecake.ca <a href="mailto:jacob@ilikecake.ca"> Contact Us</a>
</footer>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=11645837;
var sc_invisible=1;
var sc_security="8b099659";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11645837/0/8b099659/1/" alt="Web
Analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>