mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
15 lines
411 B
HTML
15 lines
411 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Performance 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>Performance test</h1>
|
|
Tests the canvas readout performance.
|
|
<div id="log">
|
|
</div>
|
|
<script src="performanceTest.js"></script>
|
|
</body></html> |