diff options
Diffstat (limited to 'inc/footer.inc.php')
-rw-r--r-- | inc/footer.inc.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inc/footer.inc.php b/inc/footer.inc.php new file mode 100644 index 0000000..7c30622 --- /dev/null +++ b/inc/footer.inc.php @@ -0,0 +1,13 @@ +<!-- Footer --> +<p class="small right"><a href="#">^</a></p> + +<p id="footer"> + <img id="uni" style="width:129px" src="static/logo_neu_204x107.jpg" /> + <img id="cl" style="width:128px" src="static/institut_cl.png" /><br /> + ©2015 Heidelberg University/Institute for Computational Linguistics +</p> +<!-- /Footer --> + +</div> +<!-- /Wrapper --> + |