-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (80 loc) · 2.16 KB
/
index.html
File metadata and controls
81 lines (80 loc) · 2.16 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Destination Marketing</title>
<style type="text/css">
.main {
text-align: center;
}
body {
font-family: Oswald;
}
a {
font-size: 22px;
color: #1C3F93;
text-transform: uppercase;
}
</style>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body class="main">
<p> </p>
<p><img alt="WESGRO" src="http://dev.digitalpro.co.za/DM/img/dm/logo.png"></p>
<p><img alt="WESGRO" src="img/dm/dm-present.gif" width="340" height="163"></p>
<h1>Destination Marketing </h1>
<table width="333" align="center" cellpadding="11" cellspacing="0">
<tr>
<td width="293"><a href="landing.html">Main Landing Page</a></td>
</tr>
<tr>
<td><a href="landing-travel.html">Leisure Travel Home</a></td>
</tr>
<tr>
<td><a href="landing-business.html">Convention Bureau Home</a></td>
</tr>
<tr>
<td><a href="listing.html">General Listing Page</a></td>
</tr>
<tr>
<td><a href="listing-detail.html">General Listing Detail Page</a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="videos.html">Videos Listing</a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="articles-listing.html">Articles Listing</a></td>
</tr>
<tr>
<td><a href="articles-detail.html">Articles Detail</a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="gallery.html">Gallery</a></td>
</tr>
</table>
<p> </p>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>