mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
schema agnostic default links
This commit is contained in:
parent
48278e0de8
commit
2cbb38c4f3
2 changed files with 5 additions and 5 deletions
|
@ -8,10 +8,10 @@ html
|
||||||
meta name="description" content=""
|
meta name="description" content=""
|
||||||
meta name="keywords" content=""
|
meta name="keywords" content=""
|
||||||
|
|
||||||
link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
|
link href="//groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
body
|
body
|
||||||
|
@ -25,7 +25,7 @@ html
|
||||||
|
|
||||||
main
|
main
|
||||||
p This is a new page! Coming soon.
|
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.
|
p This page uses <strong>Ground Floor</strong> to style the page, <a href="//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
|
footer
|
||||||
p Copyright 2013
|
p Copyright 2013
|
|
@ -5,10 +5,10 @@ html
|
||||||
|
|
||||||
title #{template_site_title @site.username} - Not Found
|
title #{template_site_title @site.username} - Not Found
|
||||||
|
|
||||||
link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
|
link href="//groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
body
|
body
|
||||||
|
|
Loading…
Add table
Reference in a new issue