|
@@ -75,12 +75,15 @@
|
|
|
<% const date = new Date() %>
|
|
<% const date = new Date() %>
|
|
|
|
|
|
|
|
<header>
|
|
<header>
|
|
|
|
|
+ <div class="links">
|
|
|
|
|
+ <a role="button" href="/"><%~ skFlag %></a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
<p><%~ timeIcon %> <span id="topbarTime"><%= date.toLocaleString('en-US', { hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: true }) %></span></p>
|
|
<p><%~ timeIcon %> <span id="topbarTime"><%= date.toLocaleString('en-US', { hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: true }) %></span></p>
|
|
|
|
|
|
|
|
<p><%~ dateIcon %> <span id="topbarDate"><%= date.toLocaleDateString('en-US', { weekday: "long", year: "numeric", month: "long", day: "numeric" }) %></span></p>
|
|
<p><%~ dateIcon %> <span id="topbarDate"><%= date.toLocaleDateString('en-US', { weekday: "long", year: "numeric", month: "long", day: "numeric" }) %></span></p>
|
|
|
|
|
|
|
|
- <div class="end">
|
|
|
|
|
- <a role="button" href="/"><%~ skFlag %></a>
|
|
|
|
|
|
|
+ <div class="links">
|
|
|
<a role="button" href="/en"><%~ homeIcon %></a>
|
|
<a role="button" href="/en"><%~ homeIcon %></a>
|
|
|
<a role="button" href="/en/history"><%~ historyIcon %></a>
|
|
<a role="button" href="/en/history"><%~ historyIcon %></a>
|
|
|
<a role="button" href="/en/settings"><%~ settingsIcon %></a>
|
|
<a role="button" href="/en/settings"><%~ settingsIcon %></a>
|