shader-web-test/index.html
stitchy 7731836f6a
initial commit
Currently has a working website with half of two images displayed.
Please find your own images
2024-12-17 07:20:25 +00:00

12 lines
290 B
HTML

<!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>