thebookofshaders/chap-header.php
2015-08-05 08:39:27 -03:00

11 lines
309 B
PHP

<?php
echo '
<div class="header">
<p><a href="http://patriciogonzalezvivo.com/2015/thebookofshaders/">The Book of Shaders</a> by <a href="http://patriciogonzalezvivo.com">Patricio Gonzalez Vivo</a> </p>
<p>Translations: <a href=".">English</a> - <a href="?lan=jp">Japanese</a></p>
</div>
<hr>
';
?>