Minor cleanup/fixes
This commit is contained in:
parent
cb6568ea46
commit
c70a419160
|
@ -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>
|
||||
© 2020 made by <a target="_blank" href="mailto:o.winkels@fasttube.de">Oskar</a> \
|
||||
© 2020 made by <a target="_blank" href="mailto:o.winkels@fasttube.de">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>
|
||||
|
|
Loading…
Reference in New Issue