junior-ctf/applications/blog/about.html
2019-05-17 16:58:45 +02:00

24 lines
792 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>The SECRET blog of Robert Helmont</title>
</head>
<body>
<div class="container">
<div class="row">
<h1>Hey! This is a secret page, you cannot enter!</h1>
</div>
</div>
<!-- But while you're here, maybe you need this: {flag_YouCanReadHTMLCommentsToo}-->
</body>
</html>