You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
295 B
10 lines
295 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Wasm/WebGL fluid example</title>
|
|
</head>
|
|
<body>
|
|
<canvas id="wa_canvas" style="display:block;margin:0 auto 10px" oncontextmenu="event.preventDefault()" width="0" height="0"></canvas>
|
|
<script type="text/javascript" src="loader.js"></script>
|
|
</body>
|
|
</html>
|
|
|