initial commit

Currently has a working website with half of two images displayed.
Please find your own images
This commit is contained in:
stitchy 2024-12-17 07:20:25 +00:00
commit 7731836f6a
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
4 changed files with 190 additions and 0 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Shaders are Fun</title>
<link rel="icon" href="https://fav.farm/🐴" />
<script defer src="shader.mjs" type="module"></script>
</head>
<body>
<canvas id="shader"> </canvas>
</body>
</html>