fixed typo
This commit is contained in:
@@ -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>
|
||||
<br><br><br><br><br>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
@@ -28,10 +28,6 @@ app.get('/projects/css/:file', (request, response) => {
|
||||
response.sendFile(path.join(__dirname + "/css/" + request.params.file))
|
||||
})
|
||||
|
||||
app.get('/test/test', (request, response) => {
|
||||
response.send("THIS WORKS!")
|
||||
})
|
||||
|
||||
|
||||
http.createServer(
|
||||
app
|
||||
|
||||
Reference in New Issue
Block a user