mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
new framework link, remove some useless code, whitespace killer
Add new CSS framework to the tutorials page Remove some unused code from the neocities index file and default template index file Killed lots of white space in the files i touched...
This commit is contained in:
parent
c9332ad648
commit
b1de628450
3 changed files with 84 additions and 85 deletions
|
@ -29,10 +29,6 @@
|
||||||
<link rel="apple-touch-icon-precomposed" href="#apple-icon-144.png" />
|
<link rel="apple-touch-icon-precomposed" href="#apple-icon-144.png" />
|
||||||
<link rel="apple-touch-startup-image" href="#startup.png" />
|
<link rel="apple-touch-startup-image" href="#startup.png" />
|
||||||
|
|
||||||
<!-- Tile icon for Win8 (144x144 + tile color) __doesn't validate__
|
|
||||||
<meta name="msapplication-TileImage" content="#apple-icon-144.png" />
|
|
||||||
<meta name="msapplication-TileColor" content="#222222" />
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Mobile Meta -->
|
<!-- Mobile Meta -->
|
||||||
<meta name="HandheldFriendly" content="True" />
|
<meta name="HandheldFriendly" content="True" />
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
|
meta charset=UTF-8"
|
||||||
|
|
||||||
title #{username}
|
title #{username}
|
||||||
|
|
||||||
meta name="description" content=""
|
meta name="description" content=""
|
||||||
meta name="keywords" content=""
|
meta name="keywords" content=""
|
||||||
|
|
||||||
link href="//groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
|
link href="//groundfloor.neocities.org/default.css" rel="stylesheet" media="all"
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
|
||||||
|
@ -28,4 +28,4 @@ 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.
|
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 2014
|
||||||
|
|
|
@ -52,7 +52,10 @@
|
||||||
<a href="http://purecss.io/" title="Yahoo!'s Pure CSS" target="_blank">Pure</a>
|
<a href="http://purecss.io/" title="Yahoo!'s Pure CSS" target="_blank">Pure</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/bleachedgraphics/Brass-Tacks" title="Brass Tacks (currently in Alpha. More updates to come)" target="_blank">Brass Tacks</a>
|
<a href="https://github.com/scottaohara/Brass-Tacks" title="Brass Tacks Sass Framework" target="_blank">Brass Tacks</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/owenversteeg/min" title="Min: the world's smallest (995 bytes) CSS framework" target="_blank">Min</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue