Remove weird backslash from start page
This commit is contained in:
parent
215e848efd
commit
aef2a1ae60
|
@ -36,12 +36,10 @@
|
||||||
document.write(qp.action ? (qp.action + "<br>Room " + qp.room) : 'FTracker<br>V1.1')
|
document.write(qp.action ? (qp.action + "<br>Room " + qp.room) : 'FTracker<br>V1.1')
|
||||||
</script></h1>
|
</script></h1>
|
||||||
<div id="startpage">
|
<div id="startpage">
|
||||||
This is a web app to track which people
|
This is a web app to track which people were in the same rooms at
|
||||||
were in the same rooms at which times in order to backtrace
|
which times in order to backtrace potential viral infections.<br><br>
|
||||||
potential viral infections.<br><br>
|
If you've reached this page that either means your're testing
|
||||||
If you've reached this page that either means your're
|
things or something has gone quite wrong with the URL.<br>
|
||||||
testing things or something has gone quite wrong with the\
|
|
||||||
URL.<br>
|
|
||||||
In the former case: Yay it works! In the latter you should
|
In the former case: Yay it works! In the latter you should
|
||||||
probably contact an admin or a dev nearby :(<br><br>
|
probably contact an admin or a dev nearby :(<br><br>
|
||||||
Here are a few links for testing:<br>
|
Here are a few links for testing:<br>
|
||||||
|
|
Loading…
Reference in New Issue