Skip to content

Commit

Permalink
Update t.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbid authored Jan 11, 2024
1 parent 74ca436 commit 43b72b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<meta name="twitter:card" content="summary_large_image">

<style>
canvas.cstyle { border: 0px none; outline: none; background-color: black; }
canvas{ border: 0px none; outline: none; background-color: black; }
* { margin:0; padding:0; }
html, body { width:100%; height:100%; overflow:hidden; background-color:#000; }
</style>

</head>
<body>
<canvas class="cstyle" id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas>
<canvas id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas>
<script type='text/javascript'>
var Module = {canvas: document.getElementById('canvas')};
</script>
Expand Down

0 comments on commit 43b72b9

Please sign in to comment.