fourdjs/index.html

22 lines
512 B
HTML
Raw Normal View History

2023-07-22 01:11:18 +00:00
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title>FourD</title>
2023-07-22 01:11:18 +00:00
<style>
body { margin: 0; }
2023-09-02 07:52:06 +00:00
div#info {
position: fixed;
bottom:0;
right: 0;
z-index: 2;
border:0.5em;
font-family: sans-serif }
2023-07-22 01:11:18 +00:00
</style>
</head>
<body>
<script type="module" src="/main.js"></script>
2023-09-02 07:52:06 +00:00
<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>
2023-07-22 01:11:18 +00:00
</body>
</html>