1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-03 03:48:04 +02:00
CanvasBlocker/test/webGL-Test.html
2019-02-20 08:13:37 +01:00

14 lines
399 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>webGL test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
</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>