File index.html of Package mddb
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MD Investments - Terminal</title>
<link rel="stylesheet" href="style/styles.css">
</head>
<body>
<div id="terminal">
<div id="output">
<pre>
__ __ ___ ___ _ ___ _____ ___ _____ __ __ ___ _ _ _____ ___
| \/ | \ |_ _| \| \ \ / / __/ __|_ _| \/ | __| \| |_ _/ __|
| |\/| | |) | | || .` |\ V /| _|\__ \ | | | |\/| | _|| .` | | | \__ \
|_| |_|___/ |___|_|\_| \_/ |___|___/ |_| |_| |_|___|_|\_| |_| |___/
</pre>
Chroniony system Teleinformatyczny MD Investments
</div>
<div id="input-line">
<span class="prefix">root@MDInvestments:~$</span>
<input type="text" id="input" autofocus>
</div>
</div>
<div id="alert" class="hidden">
<div class="alert-content">
<p>UWAGA!!! Przechodzisz do części objętej monitoringiem. Każda próba nieuprawnionego wstępu będzie zgłaszana organom ścigania.</p>
<div>
<label for="securityInput">Wprowadź frazę bezpieczeństwa:</label>
<input type="text" id="securityInput" autofocus>
</div>
</div>
</div>
<script src="scripts.js"></script>
</body>
</html>