mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-09 19:10:24 +00:00
11 lines
309 B
PHP
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>
|
|
';
|
|
|
|
?>
|