glcanvas/index.html

26 lines
752 B
HTML
Raw Normal View History

2024-08-05 23:29:12 -04:00
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="/style.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="darkreader-lock" />
<meta name="color-scheme" content="only light" />
<title>gl canvas test</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/2.8.1/gl-matrix-min.js" integrity="sha512-zhHQR0/H5SEBL3Wn6yYSaTTZej12z0hVZKOv3TwCUXT1z5qeqGcXJLLrbERYRScEDDpYIJhPC1fk31gqR783iQ==" crossorigin="anonymous" defer></script>
<script>
0;
</script>
</head>
<body>
<canvas></canvas>
<script src="/main.js"></script>
</body>
</html>