-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
28 lines (28 loc) · 943 Bytes
/
template.html
File metadata and controls
28 lines (28 loc) · 943 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.css">
<link media="screen" src="stylesheets/main.css" />
<link rel="stylesheet" href="stylesheets/main.css" media="screen" title="no title" charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Nunito:400,300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<h1>2/15</h1>
<h2>St Andrew’s Hospital Garden</h2>
</header>
<main class="pink">
<img src="images/corn.png" alt=" product image" />
<h2>Corn</h2>
<h3>Quantity:</h3><p> 6 </p>
</main>
<footer >
<a href="01.html"><h2>< Stop 1 </h2></a>
<a href="#">
<img src="images/home.png" alt="Home_button" /></a>
<a href="03.html"><h2> Stop 3 > </h2></a>
</footer>
</body>
</html>