-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.07 KB
/
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
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>Bug Theory</title>
<body bgcolor="orange">
  <a href="table.php">BUGREPORT</a>
 
<div class="container" style="width:800px; margin:0 auto;">
<center>
<img src="img.png">
</center>
<div style="width:800px; margin:0 auto;">
<div style="width:800px; margin:0 auto;">
<center>
<form name="registration" method="POST" action="registration.php">
<center>
<table align="center">
Bugid:      <input type="text" name="Bugid" value=""></br>
 
</center>
<center>
Bugname:      <input type="text" name="Bugname" value=""></br>
 
</center>
<center>
Bugdescription:      <input type="text" name="Bugdescription" value=""></br>
 
</center>
<center>
Priority:      <input type="text" name="Priority" value=""></br>
 
</center>
<center>
Severity:      <input type="text" name="Severity" value=""></br>
 
</center>
<input type="submit" name="submit" value="submit">
</center>
</div>
</div>
</div>
</table>
</form>
</body>
</head>
</html>