Files
hacklab/1/vault1/result10043
2025-12-15 13:31:12 +01:00

24 lines
442 B
Plaintext

<!doctype html>
<html>
<head>
<title>Vault 1</title>
<link rel="stylesheet" href="/static/bootstrap.min.css">
<style>
body { padding-top:80px; }
</style>
</head>
<body>
<div class="container">
<div class="jumbotron text-center">
<h2>Error</h2>
<h3><div class="alert alert-danger">Please enter a pin with exactly four digits</div></h3>
</div>
</div>
</body>
</html>