Added credits and link to github
parent
6b0c5cf97e
commit
73c1cb0193
|
@ -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>
|
Loading…
Reference in New Issue