404 Error Page
How do I make an 404 error page?
What is a 404 error page? How do you make a 404 error page? This script and codes were developed by WebSonick on 15 October 2022, Saturday.
404 Error Page - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>404 Error Page</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <img src="http://web3world.ru/Demo/HTML/404-stranica/images/bg2.jpg" id="bg" alt="" /><!-- Background image -->
<div class="bg_overlay"></div><!-- Pattern -->
<div id="wrap"> <div id="block"> <div id="content"> <div class="top_img"> <div class="img_eror"></div> </div> <div class="srch"> <div class="search"> <form method="get" id="s-form" action="#" class="s-form"> <fieldset> <input type="text" class="s_text" name="s" id="s" value="Enter a keyword..." onfocus="this.value=(this.value=='Enter a keyword...') ? '' : this.value;" onblur="this.value=(this.value=='') ? 'Enter a keyword...' : this.value;" /> <input type="submit" class="s_button" value="Search" id="searchsubmit" /> </fieldset> </form> </div> </div> <div class="text_eror"> <h1>"Ooops! Page not found..."</h1> <p>Enter a keyword(s) in the search field above, maybe you'll find the page you're looking for. <br /> Or, you can take a look at our <a href="#">SITEMAP</a>. You can also return <a href="#">HOME</a>.</p> </div> </div> </div>
</div>
<script type="text/javascript" src="http://web3world.ru/Demo/HTML/404-stranica/js/jquery.js"></script><script type="text/javascript" src="http://web3world.ru/Demo/HTML/404-stranica/js/introtzikas.js"></script>
<script type="text/javascript" src="http://web3world.ru/Demo/HTML/404-stranica/js/script.js"></script>
<script type="text/javascript"> //<![CDATA[ $(document).ready(function() { $().introtzikas({ line: 'white', speedwidth: 2000, speedheight: 1000, bg: '#474747', lineheight: 2 }); }); //]]> </script>
</body>
</html>
404 Error Page - Script Codes CSS Codes
body {
margin:0px;
padding:0px;
visibility:hidden;
background-color:white;
background-image:none
}
#bg {
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
.bg_overlay{
width:100%;
height:100%;
position:fixed;
top:0px;
left:0px;
background:transparent url(http://web3world.ru/Demo/HTML/404-stranica/images/pattern.png) repeat top left;
z-index:2;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
#wrap {
width: 807px;
background:#ccc;
margin: 0 auto;
z-index: 3;
}
#block {
position:absolute;
width: 807px;
height: 473px;
top:50%;
margin-top:-235px;
background: url(http://web3world.ru/Demo/HTML/404-stranica/images/4bg.png) no-repeat center center;
z-index: 4;
}
#content {
position: relative;
padding: 20px;
}
.img_eror {
width: 369px;
height: 169px;
background: url(http://web3world.ru/Demo/HTML/404-stranica/images/404.png) no-repeat center center;
margin: 0 auto;
}
.top_img {
margin-bottom: 5px;
}
.search {
width: 513px;
height: 82px;
background: url(http://web3world.ru/Demo/HTML/404-stranica/images/001.png) no-repeat center center;
margin: 0 auto;
}
.text_eror {
text-align: center;
font-family: 'Maven Pro', cursive;
}
.text_eror a {
color: #222;
text-decoration: none;
}
.text_eror a:hover {
color: #111;
text-decoration: none;
border-bottom: 1px dotted #111;
}
.text_eror h1 {
font-size: 40px;
line-height: 80px;
font-weight: 700;
color: #757575;
}
.text_eror p {
font-size: 16px;
line-height: 32px;
font-weight: 500;
color: #333;
}
.s_text {
margin: 28px 0 0 30px;
width: 307px;
font-size: 16px;
font-family: 'Maven Pro', cursive;
color: #555;
padding: 3px 0;
border: 0 !important;
}
.s_button {
width: 142px;
height: 50px;
background: url(../images/002.png) no-repeat 0 0px;
border: 0;
margin-left: 10px;
font-size: 18px;
color: #333;
text-align: center;
}
.s_button:hover {
background: url(http://web3world.ru/Demo/HTML/404-stranica/images/002.png) no-repeat 0 -48px;
cursor: pointer;
}
/* https://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;
}
table { border-collapse: collapse; border-spacing: 0;
}

Developer | WebSonick |
Username | WebSonick |
Uploaded | October 15, 2022 |
Rating | 3.5 |
Size | 3,203 Kb |
Views | 10,115 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Blog Simple Web Page | 3,146 Kb |
Codepen on ge1doot.js | 3,296 Kb |
WebGL Geometry Text | 5,406 Kb |
Social Links | 2,175 Kb |
World Map Navigation | 2,393 Kb |
CSS3 3D Books | 4,834 Kb |
Login and Registration Form | 11,646 Kb |
Night sky with twinkling stars - CSS3 only | 1,973 Kb |
HTML CSS photo gallery | 3,143 Kb |
JQuery Clock | 2,413 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
Lazy Load for Background Images | The_ruther4d | 2,977 Kb |
A Pen by Taylor Vowell | Taylorvowell | 5,962 Kb |
Pericles mi loro... | Judag | 4,125 Kb |
Vertical Pan Hammer.js example | Jtangelder | 2,144 Kb |
Client-side Email Validation | Collizo4sky | 1,538 Kb |
Basic HTML Slideshow | Tomhodgins | 3,386 Kb |
RWD Conversion Practice | Jxqr97 | 2,743 Kb |
Jstam.com Home Page | Jstam | 10,558 Kb |
Cut and Paste Roll Link | BottomlineInteractive | 2,546 Kb |
Save for later... | Victorfreire | 1,359 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!