Skip to content

Instantly share code, notes, and snippets.

@patkap1994
Created May 19, 2022 08:35
Show Gist options
  • Save patkap1994/f29029ea11fb708bbfabaa208ed07d7f to your computer and use it in GitHub Desktop.
Save patkap1994/f29029ea11fb708bbfabaa208ed07d7f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<canvas class="webgl"></canvas>
<script type="module" src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment