forked from Jaylukmann/taxit-user-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
userprofile1.html
42 lines (29 loc) · 1.07 KB
/
userprofile1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>User Profile</title>
<link rel = "stylesheet"
type = "text/css"
href = "userprofile1.css" />
<link href="https://fonts.googleapis.com/css?family=Lobster\">
<link rel="stylesheet" type="text/css" href="font/font-awesome.min.css">
<script src="https://kit.fontawesome.com/538faed953.js"></script>
</head>
<body>
<div class="container">
<header>
<div class="wrapper">
<h1 class="howto">USERS' GUIDE</h1>
<img src="images/guide.png" alt="An image guiding the user ">
<br><br>
<div class="redtitle"><br><br>
<button> <a href="firststage.html"><span class="get-started">LETS US GET STARTED</span></a></button>
</div>
</div>
</header>
</div>
</body>
</html>