1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-07 05:47:50 +02:00
CanvasBlocker/test/webGL-Test.html
2017-08-13 23:44:31 +02:00

11 lines
209 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>webGL test</title>
</head>
<body>
<h1>webGL test</h1>
Checks if the addon also supports webGL.
<div id="output"></div>
<script src="webGL-Test.js"></script>
</body></html>