neocities/views/templates/not_found.slim
Scott O'Hara fccc66c083 Remove meta tags from 404 page
No need for meta tags on a 404 page, so I deleted them.
2013-06-26 22:10:00 -04:00

17 lines
531 B
Text

doctype html
html
head
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
title #{template_site_title @site.username} - Not Found
link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
body
.txt-Center
h1 Page Not Found
p The requested page was not found on this web site.