blob: fb5d11b3fd6d85676e0097ca10666dfa30c81e28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<script>
document.addEventListener('DOMContentLoaded', () => {
const canvas = document.createElementNS('http://www.w3.org/1999/xhtml', 'canvas')
const context = canvas.getContext('webgl')
window.createImageBitmap(canvas, 81, 253, 1754696613, 348508165)
})
</script>
</head>
</html>
|