-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddcon.html
More file actions
51 lines (42 loc) · 1.07 KB
/
addcon.html
File metadata and controls
51 lines (42 loc) · 1.07 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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>Tracking Application</title>
<link rel = "stylesheet"
type = "text/css"
href = "addcon.css" />
<link href="https://fonts.googleapis.com/css?family=Poppins:700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
</head>
<body>
<div class="up">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Online Schemes</a></li>
<li><a href="#">Events & Activities </a></li>
<li><a href="#">Related Links</a></li>
<li><a href="#">Contact Us</a></li>
<li class="logout"><a href="index.html">Log-out</a></li>
</ul>
</div>
<div class="login">
<br>
<br>
<input class="input100" type="text" placeholder="Number of Shipments">
<br>
<br>
<input class="input100" placeholder="Destination">
<br>
<br>
<input class="input100" placeholder="Truck-Id">
<br>
<br>
<input class="input100" placeholder="Contact">
<br>
<br>
<a href="success.html">
<button type="button" class="btn btn-primary">Push-Details</button>
</a>
</div>
</body>
</html>