ancient-greek.net/footer.php

33 lines
1.1 KiB
PHP
Raw Normal View History

2021-12-07 20:33:45 +00:00
<footer>
<fieldset class="separator-styled footer"></fieldset>
2021-12-07 20:33:45 +00:00
<div class="row">
<div class="column-4">
Made by Marvin J. You can also find me on: <br>
<a href="https://en.wiktionary.org/wiki/User:Numitr0n">Wiktionary</a>
<br>
<a href="https://git.marvinjohanning.de/marvinjohanning">git.marvinjohanning.de</a>
</div>
<div class="column-4">
Other links:<br>
<a href="/impressum.html">Impressum</a>
<br>
<a href="/privacy/privacy-policy.php">Privacy Policy</a>
</div>
<div class="column-4">
<?php include('webrings/hotline.php'); ?>
2021-12-24 20:50:30 +00:00
<br>
2021-12-10 14:02:03 +00:00
<?php include('webrings/geekring.php'); ?>
2021-12-24 20:50:30 +00:00
<br>
<?php include('webrings/retronauts.php'); ?>
<?php include('webrings/yesterweb.php'); ?>
2021-12-07 20:33:45 +00:00
</div>
<div class="column-4">
This work is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> unless otherwise stated.
<br />
Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
</div>
</div>
</footer>