Used AI to change project to blazor webassembly.
This commit is contained in:
8
Shared/Footer.razor
Normal file
8
Shared/Footer.razor
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="vert_container">
|
||||
<p id="copyright">© @currentYear - douwco.be</p>
|
||||
<p>Made and hosted in EU</p>
|
||||
</div>
|
||||
|
||||
@code {
|
||||
private string currentYear = DateTime.Now.Year.ToString();
|
||||
}
|
||||
Reference in New Issue
Block a user