diff options
| author | Marc Chantreux <khatar@phear.org> | 2015-09-15 13:33:29 +0200 |
|---|---|---|
| committer | Marc Chantreux <khatar@phear.org> | 2015-09-15 13:33:29 +0200 |
| commit | a457b308c39c90efceda981ddb867ea6f32f3f20 (patch) | |
| tree | 2ab603458dfe0b7bff8db261afc175059dc5d0b8 /template.html5 | |
| download | spore.github.io-a457b308c39c90efceda981ddb867ea6f32f3f20.tar.gz | |
examples from eiro.github.com
Diffstat (limited to 'template.html5')
| -rw-r--r-- | template.html5 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/template.html5 b/template.html5 new file mode 100644 index 0000000..617e504 --- /dev/null +++ b/template.html5 @@ -0,0 +1,33 @@ +<!DOCTYPE html><html$if(lang)$ lang="$lang$"$endif$> +<head><meta charset="utf-8" /> +<meta http-equiv="x-ua-compatible" content="ie=edge" /> +<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" /> +<link rel="stylesheet" href="$depth$/unsemantic.css"/> +<link rel="stylesheet" href="$depth$/theme.css" /> +<link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'> +$for(author-meta)$<meta name="author" content="$author-meta$">$endfor$ +$if(date-meta)$<meta name="dcterms.date" content="$date-meta$">$endif$ +<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> +$if(highlighting-css)$<style type="text/css">$highlighting-css$</style>$endif$ +$for(css)$<link rel="stylesheet" href="$css$">$endfor$ +$if(math)$$math$$endif$ +$for(header-includes)$$header-includes$$endfor$ +</head><body $if(isa)$class="$isa$"$endif$> + <div id="wrapper"><header role="banner" class="grid-container"> + <div class="grid-100"><h1>Spore - REST in pace since 2008</h1> +</div></header> + <main role="main" class="grid-container"> + <div class="grid-20"> + <section>$for(include-before)$$include-before$$endfor$</section> + $if(toc)$<nav id="$idprefix$TOC">$toc$</nav>$endif$ +<img src="$depth$/logos/hackers.svg"/> +<a href="http://mongueurs.net/"><img src="http://mongueurs.net/img/logo_100x100_idx.png" alt="Perl, what else?" title="powered by perl" /></a> +<a href="$depth$/atom.xml"><img src="http://upload.wikimedia.org/wikipedia/en/4/43/Feed-icon.svg" alt="[Valid Atom 1.0]" title="my atom" id="atomLink" /></a> +<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//eiro.github.io/atom.xml"><img src="http://validator.w3.org/feed/images/valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed" /></a> + </div> +<div class="grid-80">$if(title)$<h1>$title$</h1>$endif$ + <section class="content" + >$body$<span class="dynamic-px-width"></span></section></div> + </main> +</div> +</body></html> |
