mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01:00
11 lines
209 B
HTML
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> |