summaryrefslogtreecommitdiff
path: root/template.html5
diff options
context:
space:
mode:
authorMorgan <morgan.bohn@unistra.fr>2015-09-15 13:42:08 +0200
committerMorgan <morgan.bohn@unistra.fr>2015-09-15 13:42:08 +0200
commite2c33fc218dd3677a7f8366815a6b4de1ff7cde3 (patch)
tree3a326f34cd6e8608eab2d42faf364b0b9d77128e /template.html5
parentexamples from eiro.github.com (diff)
downloadspore.github.io-e2c33fc218dd3677a7f8366815a6b4de1ff7cde3.tar.gz
initial commit
Diffstat (limited to 'template.html5')
-rw-r--r--template.html533
1 files changed, 0 insertions, 33 deletions
diff --git a/template.html5 b/template.html5
deleted file mode 100644
index 617e504..0000000
--- a/template.html5
+++ /dev/null
@@ -1,33 +0,0 @@
-<!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>