mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
14 lines
399 B
HTML
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> |