-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.html
More file actions
25 lines (25 loc) · 806 Bytes
/
users.html
File metadata and controls
25 lines (25 loc) · 806 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link href="public/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="public/css/style.css" rel="stylesheet" type="text/css">
<script src="public/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="public/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body class="users">
<div class="row">
<center><h3>USERS</h3></center>
<div class="col-lg-12">
<ol class="user-feature">
<li><h4>Login into automech.in</h4></li>
<li><h4>Find nearest service center</h4></li>
<li><h4>Book your service</h4></li>
<li><h4>Contact with service center</h4></li>
</ol>
</div>
</div>
</body>
</html>