-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path404.html
40 lines (34 loc) · 1.4 KB
/
404.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Developing vLex</title>
<meta name="author" content="vLex developers" />
<!--link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/vlex" /-->
<link rel="stylesheet" href="/css/styles.css" type="text/css" media="screen, projection" />
</head>
<body>
<div class="content">
<div id="header">
<a href="/">
<img src="http://www.gravatar.com/avatar/0a05a335175e456374126ac9820cde03.png" height="48" width="48" class="avatar" />
</a>
<div id="byline">
<p>We are the web developers of <a href="http://vlex.com">vLex</a> and <a href="http://canalderecho.com">Canal Derecho</a>.</p>
</div>
<div id="title"><a href="/">vLex Developers</a></div>
</div>
</div>
<h1>404 Not Found.</h1>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15700422-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>