Files
2022-01-26 10:59:22 +01:00

30 lines
942 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Response scan</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="/styleok.css" type="text/css">
</head>
<body>
<script>
setTimeout(function(){
window.location.href = 'http://localhost:3000';
}, 5000);
</script>
<div class="container">
<h1>Scansione corretta</h1>
<h3><%=jsonBody%></h3>
<!-- <img src=<%=qr_code %> alt="QR Code"> -->
<br>
<!-- <a href="/" role="button" class="btn btn-primary">Back</a> -->
</div>
</body>
</html>