-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (58 loc) · 2.41 KB
/
index.html
File metadata and controls
71 lines (58 loc) · 2.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!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="style.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/560d0bab3d.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
</head>
<body>
<section>
<div class="contaioner">
<div class="onse">
<div class="box">
<div class="text">
<h1>Vi India - Jio 4G</h1>
<div class="text-2">
<i class="fa-solid fa-wifi"></i>
<i class="fa-solid fa-tower-cell"></i>
<h2>4G</h2>
<i class="fa-solid fa-battery-three-quarters"></i>
<span>80%</span>
</div>
</div>
<div class="lock">
<i class="fa-solid fa-unlock"></i>
</div>
<div class="time">
<h1>1:30</h1>
<span>Saturday</span>
<h2>Apr <span>16</span></h2>
<h3>Writing Code</h3>
</div>
<div class="tw-box">
<div class="box-1">
<i class="fa-brands fa-twitter"></i>
<span>Twitter . 4 minutes</span>
</div>
</div>
<div class="bottm">
<h1>Kept unlocked by TrustAgent</h1>
</div>
<div class="bottom-2">
<i class="fa-solid fa-phone"></i>
<h1>This device belongs to & financed by TVS</h1>
<i class="fa-solid fa-camera"></i>
</div>
</div>
</div>
</div>
</section>
<script src="./index.js"></script>
</body>
</html>