Fix: h1 url
This commit is contained in:
parent
37dbbe9c1e
commit
b6afb189c1
@ -1,7 +1,7 @@
|
|||||||
{{ template "header.html" . }}
|
{{ template "header.html" . }}
|
||||||
|
|
||||||
<h1 class="text-xl text-center text-blue-400 cursor-pointer hover:text-blue-600 mb-8">
|
<h1 class="text-xl text-center text-blue-400 cursor-pointer hover:text-blue-600 mb-8">
|
||||||
<a href="{{.baseURL}}/results/{{.uniqueID}}" id="share-url">{{.baseURL}}/{{.uniqueID}}</a>
|
<a href="{{.baseURL}}/results/{{.uniqueID}}" id="share-url">{{.baseURL}}/results/{{.uniqueID}}</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<h2 class="text-4xl sm:text-3xl font-semibold text-center text-gray-100 mb-6">
|
<h2 class="text-4xl sm:text-3xl font-semibold text-center text-gray-100 mb-6">
|
||||||
|
Loading…
Reference in New Issue
Block a user