Skip to content
Snippets Groups Projects
Commit 913a690c authored by Karthik M's avatar Karthik M
Browse files

first commit

parents
No related branches found
No related tags found
No related merge requests found
Got the idea from 2 other pens around here.
I just threw in my own sense style.
http://codepen.io/codetrail/pen/uHvpl
http://codepen.io/kaypooma/pen/ehfjC
**Disclaimer: I am not responsible for your seizures**
Happy Coding! :)
\ No newline at end of file
This diff is collapsed.
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>404 - Glitched out</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<a href="http://codepen.io/ZonFire99/full/njdls/" class="viewFull" target="_parent">View in full it looks way better :)</a>
<div class="error">
<div class="wrap">
<div class="404">
<pre><code>
<span class="green">&lt;!</span><span>DOCTYPE html</span><span class="green">&gt;</span>
<span class="orange">&lt;html&gt;</span>
<span class="orange">&lt;style&gt;</span>
* {
<span class="green">everything</span>:<span class="blue">awesome</span>;
}
<span class="orange">&lt;/style&gt;</span>
<span class="orange">&lt;body&gt;</span>
ERROR 404!
FILE NOT FOUND!
<span class="comment">&lt;!--The file you are looking for,
is not where you think it is.--&gt;
</span>
<span class="orange"></span>
</div>
<br />
<span class="info">
<br />
<span class="orange">&nbsp;&lt;/body&gt;</span>
<br/>
<span class="orange">&lt;/html&gt;</span>
</code></pre>
</div>
</div>
</span>
<script src="js/index.js"></script>
</body>
</html>
//got the idea from 2 other pens around here.
// http://codepen.io/codetrail/pen/uHvpl
// http://codepen.io/kaypooma/pen/ehfjC
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment