-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
executable file
·32 lines (24 loc) · 894 Bytes
/
test.html
File metadata and controls
executable file
·32 lines (24 loc) · 894 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
28
29
30
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Canary Canoes</title>
<meta name="description" content="Welcome to Canary Canoes the local Canoe club for enthusiasts and hobbyists around">
<meta name="author" content="Conor Drew">
<link rel="stylesheet" href="css/style2.css?v=1.0">
<link href='https://fonts.googleapis.com/css?family=Lobster+Two|Ubuntu' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<div id="banner-wrap">
<h2> title</h2>
<div id="quote">
<h3>stuff </h3>
</div>
</div>
<h2>This is a 2nd h2 tag</h2>
</body>
</html>