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.php | |
download | cgit-config-0fc1cb64def2ac7c0e234670d2c72bd71107a818.tar.bz2 |
Initial commit
Diffstat (limited to 'www/head.php')
-rw-r--r-- | www/head.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/head.php b/www/head.php new file mode 100644 index 0000000..8d40e16 --- /dev/null +++ b/www/head.php @@ -0,0 +1,5 @@ +<header> + <h1>git.lirion.de</h1> + <p>Of git, get, and gud</p> +</header> +<?php include('./nav.php'); ?> |