-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFood12.html
65 lines (39 loc) · 1.64 KB
/
Food12.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Irish Maritime Festival</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.0.min.css">
<link rel="stylesheet" href="css/design.css">
<script src="js/jquery.js"></script>
<script src="js/jquery.mobile-1.4.0.min.js"></script>
</head>
<body>
<div data-role="page">
<!-- Header end -->
<div data-id="dojoheader" data-role="header" data-theme="b" class="ui-header ui-bar-a" style="background-color:#3300CC" data-position="fixed">
<div class="bannerbox" style="background-color:#3f8de0; height:109px">
<img id="logo" style="float:right;height:109px" src="LogoFestival.png">
</div>
<h1 class="ui-title">Irish Maritime Festival</h1>
<a href="#left-panel" data-icon="bars" data-iconpos="notext" data-shadow="false" data-iconshadow="false">Menu</a>
<a data-icon="home" data-iconpos="notext" data-direction="reverse" href="index.html">Home</a>
</div>
<div role="main" class="ui-content">
<ul data-role="listview" data-inset="true">
<li><a href="Event08.html">Back</a></li>
</ul>
<p> <h3><a href="http://www.facebook.com/pages/Blast-Irish-Foods/808100719206286?ref=stream">Blast on Wilde (flavoured Butters)</a></h3> </p>
<p> <h2> <img src="FoodPics/Food012.jpg"/> </h2> </p>
<p>Handmade totally natural flavoured butters , handmade in Slane Co. Meath.</p>
</div>
<div data-role="panel" id="left-panel">
<div class="panelhtml"></div>
</div><!-- /panel -->
</div>
</div>
<div data-role="footer">
</div>
</body>
</html>