mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
updated base template file
new code for default html files
This commit is contained in:
parent
28a29f36c8
commit
97900d9e57
1 changed files with 26 additions and 1 deletions
|
@ -1,6 +1,31 @@
|
||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
title #{template_site_title @site.username} - Front Page
|
title #{template_site_title @site.username} - Front Page
|
||||||
|
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<meta name="keywords" content="" />
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
body
|
body
|
||||||
|
|
||||||
|
header
|
||||||
|
h1
|
||||||
|
Welcome to my Website
|
||||||
|
nav
|
||||||
|
ul
|
||||||
|
li
|
||||||
|
<a href="/">Home</a>
|
||||||
|
|
||||||
|
main
|
||||||
p This is a new page! Coming soon.
|
p This is a new page! Coming soon.
|
||||||
|
|
||||||
|
|
||||||
|
footer
|
||||||
|
p
|
||||||
|
Copyright 2013
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue