[2025-04-14] Close <a> tag correctly

This commit is contained in:
Andrew Conlin 2025-04-14 11:38:07 +01:00
parent 08e99f4ad6
commit ae5743745d

View File

@ -7,7 +7,7 @@
<body>
<div class="content">
<h1></h1>
<h2><strong><strong>It is currently <button>{{ nowTime }}</button> on <button>{{ nowDate }}</button> <a style="text-decoration: none;" href=""><a></strong></strong></h2>
<h2><strong><strong>It is currently <button>{{ nowTime }}</button> on <button>{{ nowDate }}</button> <a style="text-decoration: none;" href=""></a></strong></strong></h2>
<h3>
We are <button>{{ yearPercent }}%</button> of the way through {{ year }}<br>
<progress max="100" value="{{ yearPercent }}">{{ yearPercent }}%</progress>