22 lines
515 B
HTML
22 lines
515 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta charset="utf-8">
|
|
<title>FourD</title>
|
|
<style>
|
|
body { margin: 0; }
|
|
div#info {
|
|
position: fixed;
|
|
bottom:0;
|
|
right: 0;
|
|
z-index: 2;
|
|
border:0.5em;
|
|
font-family: sans-serif }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<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://git.tilde.town/bombinans/fourdjs">source</a></div>
|
|
</body>
|
|
</html> |