commit f81a90d5001446f96b04477c6a41cafa2417c7fb
parent 3dc23c2ed0eaefafb16a119aca022bc229d3863f
Author: lash <dev@holbrook.no>
Date: Sun, 9 Oct 2022 16:44:40 +0000
Set dynamic document heading
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <title>Forro contact form</title>
<script>
// drop-in replacement for the Base64 object used by the mime-js repo.
var Base64 = {
@@ -70,6 +71,10 @@ var Base64 = {
return checkState(this.last_state, STATE['REMOTE_KEY']);
},
+ get getTitle() {
+ return 'forro v' + g_version;
+ },
+
}"
x-init="unlockLocalKey();"
@@ -96,7 +101,9 @@ var Base64 = {
>
- <h1><a href="https://git.defalsify.org/cgit/forro">forro v0.0.5 (GPLv3)</a></h1>
+ <h1><a href="https://git.defalsify.org/cgit/forro"
+ x-text="getTitle"></a>
+ </h1>
<div id="app">
<div id="helpdiv" style="height: 6em;"