-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
110 lines (77 loc) · 3.02 KB
/
error.html
File metadata and controls
110 lines (77 loc) · 3.02 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="javascript.js"></script>
<link rel="icon" href="IndianaFlagIcon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="IndianaFlagIcon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="coolstyle.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=BenchNine ' rel='stylesheet' type='text/css'>
<meta name="description" content="Are you ready for BPA National Conferences 2014?">
<!--[if lt IE 9]>
<script>
document.createElement("nav");
document.createElement("footer");
</script>
<![endif]-->
<title>Welcome to Indianapolis, Indiana</title>
</head>
<body onload="slideit()">
<header>
<img src="indyskyline.jpg" alt="beautiful indianapolis skyline">
<img src="bpaheader.png" alt="BPA header" id="bpahead">
<hr>
</header>
<div id="unwrapper">
<div id="wrapper">
<div id="sidebar">
<nav class="sidedivs">
<ul>
<li class="navbtn"><a href="index.html">Home</a></li>
<li class="navbtn"><a href="history.html">History</a></li>
<li class="navbtn"><a href="restaurants.html">Restaurants</a></li>
<li class="navbtn"><a href="attractions.html">Local Attractions</a>
<ul>
<li id="secnavbtn"><a href="museums.html">Museums</a></li>
<li id="secnavbtn"><a href="parks.html">Parks</a></li>
<li id="secnavbtn"><a href="tours.html">Tours</a></li>
</ul>
</li>
</ul>
</nav>
<div class="sidedivs" id="search">
<div id="srcdiv">
<form id="searchbox_013638411530565087051:pensig_ky-o" action="searchresults.html">
<input value="013638411530565087051:pensig_ky-o" name="cx" type="hidden"/>
<input value="FORID:11" name="cof" type="hidden"/>
<input id="q" style="width:150px;" name="q" type="text" value="Search" onfocus="this.style.color = '#000'; if (this.value == 'Search') {this.value = '';}" onblur="this.style.color = '#777'; if (this.value == ''){ this.value = 'Search'; }"/>
<input id="searchbtn" value="Search" name="sa" type="image" src="searching.png"/>
</form>
</div>
</div>
<div class="sidedivs" id="facts">
</div>
<div class="sidedivs" id="followbpa">
<a href="http://www.facebook.com/businessprofessionalsofamerica?" target="_blank"><img src="facebook.png" alt="facebook" /></a>
<a href="https://twitter.com/national_bpa" target="_blank"><img src="twitter.png" alt="twitter" /></a>
<h3>Find BPA on the web!</h3>
</div>
</div>
<div id="mainbody">
<h1>Sorry...</h1>
<p>It looks like your message wasn't able to be sent. In order to prevent spamming, only allowed one return email address is allowed. If this sounds like your problem, please go <a href="feedback.html">back</a> and try again.</p>
</div>
</div>
<div id="wrapper">
<footer>
<p>Created by Annelies Odermann and Kat Kerrick</p>
<p>All images are licensed under the creative commons, header image copyright Prabhakar Koduri.</p>
<p><a href="about.html">about</a> | <a href="copyrightinfo.html">copyright</a></p>
</footer>
</div>
</div>
<script>
getRandnum()
</script>
</body>
</html>