Added blazor MewExplorer project

This commit is contained in:
Felix Weiß
2023-06-28 23:31:07 +02:00
parent bc765b870a
commit 15cc2e245d
47 changed files with 1580 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
@page "/"
<div class="index-main">
<div class="plc-header">
<div class="plc-header-left">
<span>Plc Overview</span>
<span>FPX-H C30T</span>
<div class="ip-add">
<span>192.168.0.1</span>
</div>
</div>
<div class="plc-header-right">
<span>Plc Overview</span>
<span>Text</span>
</div>
</div>
<div class="plc-content">
</div>
</div>