Added credits and link to github

feature-inscriptions
Mike Lynch 2023-09-02 17:52:06 +10:00
parent 6b0c5cf97e
commit 73c1cb0193
1 changed files with 9 additions and 0 deletions

View File

@ -5,9 +5,18 @@
<title>FourD</title> <title>FourD</title>
<style> <style>
body { margin: 0; } body { margin: 0; }
div#info {
position: fixed;
bottom:0;
right: 0;
z-index: 2;
border:0.5em;
font-family: sans-serif }
</style> </style>
</head> </head>
<body> <body>
<script type="module" src="/main.js"></script> <script type="module" src="/main.js"></script>
<div id="info">by <a target="_blank" href="https://mikelynch.org/">Mike Lynch</a> -
<a target="_blank" href="https://github.com/spikelynch/fourdjs">source</a></div>
</body> </body>
</html> </html>