SummationByParts/index.html

16 lines
623 B
HTML
Raw Normal View History

2019-03-27 21:19:52 +00:00
<!doctype html>
<!--https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context-->
2019-03-27 21:51:03 +00:00
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="">
2019-03-27 21:19:52 +00:00
<head>
2019-03-27 21:51:03 +00:00
<meta charset="utf-8" />
<meta name="generator" content="by-hand" />
<meta name="viewpost" context="width=device-width, inital-scale=1.0, user-scalable=yes" />
<title>WebGL test</title>
2019-03-27 21:19:52 +00:00
</head>
<body>
2019-03-27 21:51:03 +00:00
<canvas id="glCanvas"></canvas>
2019-03-27 21:19:52 +00:00
</body>
2019-03-27 21:51:03 +00:00
<link rel="stylesheet" type="text/css" href="style.css">
2019-04-11 21:57:29 +00:00
<script async type="module" src="main.js"></script>
2019-03-27 21:19:52 +00:00
</html>