initial commit
Currently has a working website with half of two images displayed. Please find your own images
This commit is contained in:
commit
7731836f6a
4 changed files with 190 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue