mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-19 15:25:41 +00:00
11 lines
310 B
PHP
11 lines
310 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">日本人</a></p>
|
|
</div>
|
|
<hr>
|
|
';
|
|
|
|
?>
|