TerminalHomepage/index.html

17 lines
512 B
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">
</head>
<body>
<div id="cursor">&nbsp;</div>
<div id="textbox">
<a id="current"></a>
<input type="text" id="input">
</div>
<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>