27 lines
1.6 KiB
HTML
27 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Baipyr.US</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" type="image/x-icon" href="images/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
|
<script type="text/javascript" src="js/commands.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="cursor"> </div>
|
|
<div id="textbox">
|
|
<pre id="asciiArt">
|
|
██████╗ █████╗ ██╗██████╗ ██╗ ██╗██████╗ ██╗ ██╗███████╗
|
|
██╔══██╗██╔══██╗██║██╔══██╗╚██╗ ██╔╝██╔══██╗ ██║ ██║██╔════╝
|
|
██████╔╝███████║██║██████╔╝ ╚████╔╝ ██████╔╝ ██║ ██║███████╗
|
|
██╔══██╗██╔══██║██║██╔═══╝ ╚██╔╝ ██╔══██╗ ██║ ██║╚════██║
|
|
██████╔╝██║ ██║██║██║ ██║ ██║ ██║██╗╚██████╔╝███████║
|
|
╚═════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═════╝ ╚══════╝
|
|
</pre>
|
|
root@baipyr.us:~#
|
|
<a id="current"></a>
|
|
<input type="text" id="input">
|
|
</div>
|
|
<script type="text/javascript" src="js/main.js"></script>
|
|
</body>
|
|
</html> |