forked from Elohor-Grace/dash-board
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (47 loc) · 2.49 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="index.css" type="text/css">
<script src="https://use.fontawesome.com/9c8de13ac3.js"></script>
</head>
<body>
<section class="container">
<div class="headerl">
<img src="./image/Privco.png" class="privco">
<div class="icon">
<div> <i class="fa fa-bell-o fa-3x" aria-hidden="true" ></i></div>
<div><i class="fa fa-user-circle-o fa-3x" aria-hidden="true"></i></div>
</div>
</div>
<div class="row1">
<div class="sidenav">
<p><img src="./image/Frame 25.png" class="dashboard"></p>
<a href="./pages/terms.html">Terms & Conditions</a>
<a href="#">Privacy Policy</a>
<a href="#">History</a>
<a href="#">Agreement</a>
<a href="#">Log Out</a>
</div>
<div class="content">
<h1 class="welcomeback">Welcome back, user</h1>
<div class="terms-div">
<div>
<h1>Terms & Conditions</h1>
<h2>Updated at 2022-08-02</h2>
<p>
General Terms
By accessing and placing an order with you, you confirm that you are in agreement with and bound by the terms of service
contained in the Terms&Conditions outlined below. These terms apply to the entire website and any email or other type of
communication between you and
under no circumstances shall the team be liable for any direct, indirect, special, incidental or consequential damages,
including, but not limited to loss of data or profit arising out of the use or the inability to use the materials on </p>
</div>
</div>
</div>
</section>
</body>
</html>