8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
|
@page "/"
|
||
|
|
||
|
<h1>Hello, world!</h1>
|
||
|
|
||
|
<button class="btn btn-primary" @onclick="this.OpenFile">Open a project</button>
|
||
|
<button class="btn btn-primary" @onclick="this.System">System</button>
|
||
|
<div>@label</div>
|