TerminalHomepage/index.html
2023-01-12 15:10:13 +01:00

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">&nbsp;</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>