👨🔧Personnel
Author: @JohnHammond#6971
Last updated
Author: @JohnHammond#6971
Last updated
A challenge that was never discovered during the 2021 Constellations mission... now ungated :)
/<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
crossorigin="anonymous"></script>
<title>Personnel Lookup</title>
</head>
<body>
<div class="container-fluid">
<div class="row justify-content-center mt-5">
<div class="card col-md-4">
<div class="card-body">
<h1 class="card-title">Personnel Lookup</b></h1>
<div style="margin: 0 auto; text-align:center;">
<img style="margin: 0 auto; text-align:center;max-height: 260px" class="img-fluid" src="https://dailygalaxy.com/wp-content/uploads/2019/10/the-monster-andromeda-galaxy-foreshadows-the-milky-way-s-fate-2-1024x614.jpg">
</div>
<hr>
<p class="card-text">Use this service to lookup personnel.</p>
<p class="card-text">This service is built with advanced technology to avoid security pitfalls. No database, therefore no vulnerabilities!</p>
<b><p class="card-text">Please enter the name of the personnel.</p></b>
<hr>
<form style="margin: 0 auto; text-align:center" action="" method="POST">
<input type="hidden" name="setting" value="0">
<input class="form-control" placeholder="Name" name="name" type="text" value="" size="30"/><br>
<input class="btn btn-primary" type="submit" value="Lookup"/>
</form>
<hr>
<p class="card-text">Thank you, the results of your search are as follows:</p>
<div class="alert alert-danger" role="alert"><b>Sorry!</b> No results were found.</div>
</div>
</div>
</div>
</div>
</body>
</html>