21 lines
458 B
Plaintext
21 lines
458 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 text-center">
|
|
<h2>Vault content</h2>
|
|
<div class="jumbotron">
|
|
<b>Omg you hacked the super secure vault! Take this flag as a reward: hacklab{5ur3_w3_h4v3nt_m3t_b3f0r3_taYZsxRY} \o/</b>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|