-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInvalidCom.html
More file actions
44 lines (26 loc) · 1.13 KB
/
Copy pathInvalidCom.html
File metadata and controls
44 lines (26 loc) · 1.13 KB
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
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>
</title>
</head>
<body>
<div class="main">
<div class="container">
<p>Hello I am Yingxi Li</p>
<p>Developer | Product Designer </p>
<form action="DecodeCom.php" method="post">
<div class="form-group">
<label for="Ucommand">What are you here for:</label>
<input type = "text" class="form-control" placeholder="Try type: /resume" name="command">
<label for="Ucommand">Oops! Your command is invalid. Please look through the available commands in the Commands Page</label>
</div>
</form>
</div>
</div>
</body>
</html>