-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbackup-index.html
75 lines (69 loc) · 2.52 KB
/
backup-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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<Docktype html>
<html>
<head>
<title>Devops</title>
</head>
<body style="margin:0;background-color:#765630;color:#dddddd;lighting-color: #9833bb">
<div>
<h1 style="color:#4B0082;background-color:#33630;margin-left:0;margin-right:900;margin-top:3"> Toops Software Solutions</h1>
<img style="width:150px;height:80px;margin-left:0;position:absolute;top:1;right:1;" src="/Users/manoj/Downloads/WhatsApp Image 2017-09-11 at 5.59.49 PM.jpeg">
<br>
<p1 style="margin-left:0;background-color:#00000;font-size:25"> Welcome to TOOPS, a software services and consulting firm. We help our customers co-create simple solutions. </p1>
</div>
<div>
<h1 style="margin-top:8"> Introduction: </h1>
<p1 style="font-size:22;margin-top:1 " > We have been an established and popular company with an excellent track record for the best customer satisfaction. We have never compromised on the quality and the services provided to the customer. We believe in keeping the customers happy and providing them with products at a very competent price. We have an excellent staffs who will guide you with their best ideas by keeping in constant touch with your company and informing about the market trends. </p1>
</div>
<hr style="color:#0e1111;background-color:#0e1111">
<div>
<h3> Employees list: </h3>
<table border="2" style="margin-top: 10">
<tr>
<th>S.no</th>
<th>Name</th>
<th>Age</th>
</tr>
<tr>
<th>1</th>
<th>Manoj</th>
<th>23</th>
</tr>
<tr>
<th>2</th>
<th>Manju</th>
<th>23</th>
</tr>
</table>
</div>
<div>
<h3> Facilities provided: </h3>
<ul style="margin-top:10">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
</div>
</body>
<form>
First name:<br>
<input type="text" name="firstname"><br>
Last name:<br>
<input type="text" name="lastname">
</form>
<form>
<input type="radio" name="gender" value="male"> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other" checked> Other
</form>
<input type="submit" value="Submit">
<form action="/action_page.php" alt="submitismissing">
<fieldset>
<legend>Personal information:</legend>
First name:<br>
<input type="text" name="firstname" value="ram"><br>
Last name:<br>
<input type="text" name="lastname" value="password"><br><br>
<input type="submit" value="Submit">
</fieldset>
</form>
</html>