Files
2024-09-09 17:37:31 +02:00

13 lines
326 B
Plaintext

<div class="bg-dark bg-gradient bg-opacity-75 text-light border border-primary d-flex justify-content-around rounded shadow">
<div class="w-25 text-center">
<h1>Working</h1>
<img src="images/wip.png" class="img-fluid"/>
<div class="my-2">More to complete...</div>
</div>
</div>
@code {
}