24 lines
442 B
Plaintext
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>
|
|
|