-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 863 Bytes
/
index.html
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 lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="assets/css/style.css">
<script src="assets/js/jquery.js"></script>
<script src="assets/js/app.js"></script>
</head>
<body>
<label>
<div>
<p>
Welcome to my world. This is my world. This is, my park. <br>
You ask me, contanct me and call me. <br>
<strong>JOKE !</strong> <br>
You'll not calling me, you'll not know me. :* <br>
You can use this commands; <br>
<strong>nothing !</strong>
</p>
</div>
<br>
<div>
<form>
<span><span>start@1Rooter: </span></span>
<input type="text" id="command" autofocus>
</form>
</div>
<br>
<div class="view">
</div>
</label>
</body>
</html>