1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-20 14:11:05 +02:00
MLEM/Demos.Web/Pages/Index.razor

20 lines
362 B
Text
Raw Normal View History

2024-09-02 20:33:04 +02:00
@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>