13 lines
326 B
Plaintext
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 {
|
|
|
|
}
|