mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-01-01 18:37:08 +01:00
Add Yum04 21 yummy punkte (#17)
* Fix: Use razor syntax to comment in old comment * Fix: Made comment actually work * Feat: Add Yummy-Punkte page * Feat: Start working on page
This commit is contained in:
parent
e181c13ac2
commit
05f95d8085
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
<PageTitle>Allergene</PageTitle>
|
<PageTitle>Allergene</PageTitle>
|
||||||
|
|
||||||
|
|
||||||
<table class="tg">
|
<table class="tg">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -87,4 +86,5 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
7
Pages/YummyPoints.razor
Normal file
7
Pages/YummyPoints.razor
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
@page "/yummypoints"
|
||||||
|
|
||||||
|
<body style='--blazor-load-percentage: 100%; --blazor-load-percentage-text: "100%";'>
|
||||||
|
<div class="d-flex justify-content-center">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
Loading…
Reference in New Issue
Block a user