-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
32 lines (20 loc) · 963 Bytes
/
error.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=http://www.bcreatives.com.au/wp-content/uploads/dev/foxycomplete-local/ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AJ Perri - Thanks for your Review!</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/autocomplete.css">
</head>
<body>
<div class="wrapper">
<h1><img src="http://placehold.it/200x75" width="200" height="75px" border="0" alt="Logo" /></h1>
<br /><br />
<h2 style="font-size: 24px;">Sorry! Something went wrong.</h2>
<br /><br />
<p style="font-size: 16px;">Please <a onclick="history.back(-1)" id="go_back">click here</a> to go back and try again.</p>
</div> <!-- /.wrapper -->
</body>
</html>