2023-07-22 01:11:18 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head lang="en">
|
|
|
|
<meta charset="utf-8">
|
2023-07-23 08:16:02 +00:00
|
|
|
<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> -
|
2023-09-30 02:48:34 +00:00
|
|
|
<a target="_blank" href="https://git.tilde.town/bombinans/fourdjs">source</a></div>
|
2023-07-22 01:11:18 +00:00
|
|
|
</body>
|
|
|
|
</html>
|