Minor cleanup/fixes

This commit is contained in:
Oskar Winkels 2021-06-07 17:41:04 +02:00
parent cb6568ea46
commit c70a419160
Signed by: o.winkels
GPG Key ID: E7484A06E99DAEF1
1 changed files with 2 additions and 5 deletions

View File

@ -31,10 +31,7 @@
</head>
<body>
<h1><script>
if (qp)
document.write(qp.action + "<br>Room " + qp.room)
else
document.write('FTracker<br>V1')
document.write(qp ? (qp.action + "<br>Room " + qp.room) : 'FTracker<br>V1')
</script></h1>
<div id="startpage">
This is a web app to track which people
@ -50,7 +47,7 @@
<a href="/QRgen">Door Sign Generator</a>,
<a href="/?arrival=42">Test Arrival</a>,
<a href="/?departure=42">Test Departure</a><br><br>
&copy; 2020 made by <a target="_blank" href="mailto:&#111;&#46;&#119;&#105;&#110;&#107;&#101;&#108;&#115;&#64;&#102;&#97;&#115;&#116;&#116;&#117;&#98;&#101;&#46;&#100;&#101;">Oskar</a> \
&copy; 2020 made by <a target="_blank" href="mailto:&#111;&#46;&#119;&#105;&#110;&#107;&#101;&#108;&#115;&#64;&#102;&#97;&#115;&#116;&#116;&#117;&#98;&#101;&#46;&#100;&#101;">Oskar</a>
for <a target="_blank" href="//fasttube.de">FaSTTUBe</a>.<br>
For source code & licensing see <a href="//git.fasttube.de/FaSTTUBe/ftracker">git repo</a>
</div>