13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
@rendermode InteractiveServer
|
|
@implements IDisposable
|
|
|
|
<header class="top-nav">
|
|
<div class="brand">Blomster POS</div>
|
|
|
|
<time datetime="@_currentTime.ToString("O")">
|
|
@_currentTime.ToString(
|
|
"dddd d. MMMM yyyy · HH:mm",
|
|
_danishCulture)
|
|
</time>
|
|
</header>
|