diff --git a/views/templates/index.slim b/views/templates/index.slim index c43de348..cf7225ef 100644 --- a/views/templates/index.slim +++ b/views/templates/index.slim @@ -1,7 +1,31 @@ doctype html html head - meta charset="utf-8" + meta http-equiv="Content-Type" content="text/html; charset=UTF-8" + title #{template_site_title @site.username} - Front Page + + meta name="description" content="" + meta name="keywords" content="" + + link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all" + + + body - p This is a new page! Coming soon. + + header + h1 Welcome to my Website! + nav + ul + li + Home + + main + p This is a new page! Coming soon. + p This page uses Ground Floor to style the page, click here to see some code examples. You can opt-out of this style and make your own design by removing the "default.css" link in the HTML. + + footer + p Copyright 2013 \ No newline at end of file diff --git a/views/templates/not_found.slim b/views/templates/not_found.slim index bfdc8e59..d92d0b2a 100644 --- a/views/templates/not_found.slim +++ b/views/templates/not_found.slim @@ -1,6 +1,20 @@ +doctype html html head - meta charset="utf-8" + meta http-equiv="Content-Type" content="text/html; charset=UTF-8" + title #{template_site_title @site.username} - Not Found + + meta name="description" content="" + meta name="keywords" content="" + + link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all" + + + body - p The requested page was not found. + .txt-Center + h1 Page Not Found + p The requested page was not found on this web site. \ No newline at end of file