fhqwhgads/build/index.php

20 lines
628 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>
<style><?php include('compiled-styles.css'); ?></style>
</head>
<body>
<form id="processor">
<label>
<div id="scrollback">
i love u<br>-fhqwhgadshgnsdhjsdbkhsdabkfabkveybvf<br><br>
</div>
<div id="commandLine">a&gt;<input id="command" type="text" value="" /><span id="typing"></span></div>
</label>
</form>
<script type="application/javascript"><?php include('application.js'); ?></script>
</body>
</html>