stitchy
7731836f6a
Currently has a working website with half of two images displayed. Please find your own images
12 lines
290 B
HTML
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>
|