TerminalHomepage/index.html

27 lines
1.7 KiB
HTML
Raw Normal View History

2022-06-06 14:56:20 +00:00
<!DOCTYPE html>
<html lang="en">
2022-05-27 16:13:33 +00:00
<head>
<title>Baipyr.US</title>
2022-06-06 14:56:20 +00:00
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="images/favicon.png">
2022-05-27 16:13:33 +00:00
<link rel="stylesheet" type="text/css" href="css/main.css">
<script type="text/javascript" src="js/commands.js"></script>
2022-05-27 16:13:33 +00:00
</head>
<body>
<div id="cursor">&nbsp;</div>
<div id="textbox">
2023-01-12 14:10:13 +00:00
<pre id="asciiArt">
██████╗ █████╗ ██╗██████╗ ██╗ ██╗██████╗ ██╗ ██╗███████╗
██╔══██╗██╔══██╗██║██╔══██╗╚██╗ ██╔╝██╔══██╗ ██║ ██║██╔════╝
██████╔╝███████║██║██████╔╝ ╚████╔╝ ██████╔╝ ██║ ██║███████╗
██╔══██╗██╔══██║██║██╔═══╝ ╚██╔╝ ██╔══██╗ ██║ ██║╚════██║
██████╔╝██║ ██║██║██║ ██║ ██║ ██║██╗╚██████╔╝███████║
╚═════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═════╝ ╚══════╝
</pre>
<a id="current"></a><span id="testCursor" data-ty-cursor="&nbsp;"></span>
<input type="text" id="input">
</div>
<script type="text/javascript" src="js/networking.js"></script>
<script type="text/javascript" src="js/main.js"></script>
2022-05-27 16:13:33 +00:00
</body>
2022-06-06 14:56:20 +00:00
</html>