SummationByParts/index.html

14 lines
367 B
HTML

<!doctype html>
<!--https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context-->
<html lang="en">
<head>
<title>WebGL test"</title>
<meta charset="utf-8">
</head>
<body>
<canvas id="glCanvas" width="640" height="480"></canvas>
</body>
<script src="main.js"></script>
</html>