fixed typo

This commit is contained in:
janis
2022-11-07 16:34:45 +01:00
parent e71f8219d4
commit 4c607249fa
2 changed files with 1 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
<p>Ever wanted to scan QR-Codes and Barcodes from a screenshot? This app allows you to do exactly that, whilst showing the full scanned link to you so you do not need to worry a little less about opening a harmful link.</p> <p>Ever wanted to scan QR-Codes and Barcodes from a screenshot? This app allows you to do exactly that, whilst showing the full scanned link to you so you do not need to worry a little less about opening a harmful link.</p>
<br><br><br><br><br> <br><br><br><br><br>
<h5>This app is available to download now from the AppStore!</h5> <h5>This app is available to download now from the AppStore!</h5>
<a class="linkbutton" href="https://apps.apple.com/us/app/qr-barcode-insight/id6443884642">Download form the Apple AppStore!</a> <a class="linkbutton" href="https://apps.apple.com/us/app/qr-barcode-insight/id6443884642">Download from the Apple AppStore!</a>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -28,10 +28,6 @@ app.get('/projects/css/:file', (request, response) => {
response.sendFile(path.join(__dirname + "/css/" + request.params.file)) response.sendFile(path.join(__dirname + "/css/" + request.params.file))
}) })
app.get('/test/test', (request, response) => {
response.send("THIS WORKS!")
})
http.createServer( http.createServer(
app app