mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-26 22:46:08 +00:00
21 lines
721 B
PHP
21 lines
721 B
PHP
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
|
|
<title>FHQWHGADS</title>
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
<style><?php include('compiled-styles.css'); ?></style>
|
|
</head>
|
|
<body>
|
|
<form id="processor">
|
|
<label>
|
|
<div id="scrollback">
|
|
<div id="history">i love u<br>-fhqwhgadshgnsdhjsdbkhsdabkfabkveybvf<br><br></div>
|
|
<div id="commandLine">a><input id="command" name="command" type="text" value="" /><span id="typing"></span></div>
|
|
</div>
|
|
</label>
|
|
</form>
|
|
<script type="application/javascript"><?php include('application.js'); ?></script>
|
|
</body>
|
|
</html>
|