Skip to content

Commit

Permalink
fixed 404 pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Scandalis committed Dec 21, 2012
1 parent 04558f7 commit 81564b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 404.joo
Expand Up @@ -5,7 +5,6 @@
var red = Math.floor(Math.random()*100) + 100;
var green = Math.floor(Math.random()*100) + 125;
var blue = Math.floor(Math.random()*100) + 125;
console.log('404');
:>
<head>
<title>JooDee</title>
Expand Down
1 change: 0 additions & 1 deletion demo/404.joo
Expand Up @@ -5,7 +5,6 @@
var red = Math.floor(Math.random()*100) + 100;
var green = Math.floor(Math.random()*100) + 125;
var blue = Math.floor(Math.random()*100) + 125;
console.log('404');
:>
<head>
<title>JooDee</title>
Expand Down

0 comments on commit 81564b7

Please sign in to comment.