home comics writing pictures archive about

notFound.html

Language: HyperText Markup Language
Last Modified: 2022-02-19 5:14:08 PM UTC
File Size: 3087 bytes
http://www.penguinstew.ca/errors/notFound.html
<!DOCTYPE html>
<html lang="en-CA">
<head>
<!-- Layout Head -->
<title>Penguin Stew</title>
<meta charset="utf-8" >
<meta http-equiv= "Content-Type" content="text/html;charset=utf-8" >
<meta name="author" content="Wearwolf" >
<link href="http://www.penguinstew.ca/favicon.ico" rel="shortcut icon">
<link href="http://www.penguinstew.ca/favicon.ico" rel="icon">
<link rel="stylesheet" type="text/css" href="/style/style.css" >
<link rel="image_src" href="http://www.penguinstew.ca/images/LogoS.png" >
<link href="http://www.penguinstew.ca/RSS.xml" rel="alternate" type="application/rss+xml" title="Penguin Stew" >
</head>
<body>
<!-- Layout body -->
<div id="logo">
<!-- Logo section -->
<a href="/index.php">
<img style="border:0" src="/images/Logo.png" alt="logo" height="200" width="800">
</a>
</div>
<div id="main" class="left">
<!-- Main section - Main content section -->
<div id="leftmenu">
<!-- Left section - Navigation sidebar -->
<a href="/index.php">
<img style="border:0;width:125px;height:25px"
src="/images/Buttons/home.png"
alt="home" >
</a>
<a href="/comics.php">
<img style="border:0;width:125px;height:25px"
src="/images/Buttons/comics.png"
alt="comics" >
</a>
<a href="/writings.php">
<img style="border:0;width:125px;height:25px"
src="/images/Buttons/writing.png"
alt="writing" >
</a>
<a href="/pictures.php">
<img style="border:0;width:125px;height:25px"
src="/images/Buttons/pictures.png"
alt="pictures" >
</a>
<a href="/archive.php">
<img style="border:0;width:125px;height:25px"
src="/images/Buttons/archive.png"
alt="archive" >
</a>
<a href="/page.php?name=about">
<img style="border:0;width:125px;height:25px"
src="/images/Buttons/about.png"
alt="about" >
</a>
</div>
<div id="rightText" class="center"> <!-- Right section - Filled by scripts -->
<!-- Displays error -->
<h2> 404 - File Not Found</h2>
<p>You have entered a place that isn't real, you should be proud.</p>
<img src="/images/404.png" alt="404" style="width:455px;height:500px;">
</div>
<div id="clear"><!-- Fills the background --></div>
</div>
<div id="footer">
<!-- footer section - Validation pages and copyright notice -->
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px;"
src="/images/vcss.png" alt="Valid CSS!" class="vcenter">
</a>
<a href="http://feedvalidator.org/check.cgi?url=http%3A//www.penguinstew.ca/RSS.xml">
<img style="border:0;width:88px;height:31px;"
src="/images/valid-rss-rogers.png" alt="[Valid RSS]" class="vcenter" >
</a>
<a href="http://validator.w3.org/check/referer">
<img style="border:0;width:46px;height:31px;"
src="/images/html.png" alt="HTML validator" class="vcenter" >
</a>
Copyright 2006-2013 Kyle Brown
</div>
</body>
</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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83