diff options
| author | mail_redacted_for_web | 2018-06-26 23:32:40 +0200 | 
|---|---|---|
| committer | mail_redacted_for_web | 2018-06-26 23:32:40 +0200 | 
| commit | 0fc1cb64def2ac7c0e234670d2c72bd71107a818 (patch) | |
| tree | 7146b8e417ac5439ac55dbb3321f34b04794c54f /www/head.html | |
| download | cgit-config-0fc1cb64def2ac7c0e234670d2c72bd71107a818.tar.bz2 | |
Initial commit
Diffstat (limited to 'www/head.html')
| -rw-r--r-- | www/head.html | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/www/head.html b/www/head.html new file mode 100644 index 0000000..fedb311 --- /dev/null +++ b/www/head.html @@ -0,0 +1,15 @@ +<header> +	<h1>git.lirion.de</h1> +	<p>Of git, get, and gud</p> +</header> +<nav> +	<a href="//lirion.de/" title="home"><span>lirion.de</span></a> +	<a href="//lirion.de/" title="links"><span>Links</span></a> +	<a href="//lirion.de/" title="about"><span>About</span></a> +	<a href="//mail.lirion.de/" title="contact"><span>Contact</span></a> +		<a href="//hots.lirion.de" title="hots"><span>Heroes of the Storm</span></a> +	<a href="//minecraft.lirion.de" title="minecraft"><span>Minecraft</span></a> +	<a href="//git.lirion.de" title="git"><span>GIT</span></a> +	<a href="//autoconfig.lirion.de" title="autoconf"><span>autoconf</span></a> +	<a href="//redhat.lirion.de" title="redhat"><span>RedHat</span></a> +	</nav>  | 
