mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
19 lines
362 B
Text
19 lines
362 B
Text
@page "/"
|
|
@page "/index.html"
|
|
@inject IJSRuntime JsRuntime
|
|
|
|
<PageTitle>MLEM Web Demos</PageTitle>
|
|
|
|
<div id="canvasHolder" style="
|
|
background: #000;
|
|
margin:0%;
|
|
position: fixed;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
width:100vw;
|
|
height:100vh;
|
|
">
|
|
<canvas id="theCanvas" style="touch-action:none;"></canvas>
|
|
</div>
|