-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
35 lines (28 loc) · 1.02 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<html>
<head>
<title>codebits.eu :: geek ui</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</head>
<body>
<div id="refreshmsg">refresh the page for a new terminal window.</div>
<div id="terminal">
<div id="termtopbar">
Terminal - bash - 520x600
</div>
<div id="header">
<span class="emph">welcome to codebits.</span><br/>
input your command or type <span class="emph">help</span> for a list of available commands.
</div>
<div id="log"></div>
<div id="input">
%> <input type="text" name="input" id="inputbox" autocomplete="off" />
<input type="text" name="username" id="loginuser" autocomplete="off" />
<input type="password" name="password" id="loginpwd" autocomplete="off" />
</div>
</div>
</body>
</html>