mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
index and not_found using groundfloor
This commit is contained in:
commit
ba98a28899
2 changed files with 42 additions and 4 deletions
|
@ -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"
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||
<![endif]-->
|
||||
|
||||
body
|
||||
p This is a new page! Coming soon.
|
||||
|
||||
header
|
||||
h1 Welcome to my Website!
|
||||
nav
|
||||
ul
|
||||
li
|
||||
<a href="/">Home</a>
|
||||
|
||||
main
|
||||
p This is a new page! Coming soon.
|
||||
p This page uses <strong>Ground Floor</strong> to style the page, <a href="http://groundfloor.neocities.org" target="_blank">click here</a> 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
|
|
@ -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"
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||
<![endif]-->
|
||||
|
||||
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.
|
Loading…
Add table
Reference in a new issue