-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (62 loc) · 2.87 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
62
63
64
<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">
<link rel="icon" href="./Images/incognito.png">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<title>New Tab</title>
</head>
<body>
<div class="wrapper">
<div class="header">
<img src="./Images/incognito.png" alt="Incognito_tab_image">
<h1>You've gone Incognito</h1>
</div>
<div class="desc1">
<p>Now you can browse privately, and other people who use this device won’t see your activity. However, downloads, bookmarks and reading list items will be saved. <a id="learn-more" href="https://support.google.com/chrome/?p=incognito" style="color: rgb(138, 180, 248); text-decoration: none;">Learn more</a> </p>
</div>
<div class="desc2">
<div class="list1">
<ul class="x1" style="list-style: none;">
<li>Chrome won’t save the following information:</li>
<li class="content">
<ul>
<li>Your browsing history</li>
<li>Cookies and site data</li>
<li>Information entered in forms</li>
</ul>
</li>
</ul>
</div>
<div class="list2">
<ul class="x1" style="list-style: none;">
<li>Your activity might still be visible to:</li>
<li class="content">
<ul style="list-style-type: circle;">
<li>Websites you visit</li>
<li>Your employer or school</li>
<li>Your internet service provider</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="desc3">
<h4>Block third-party cookies</h4>
<div class="rand1">
<div class="a">
When on, sites can't use cookies that track you across the web. Features on some sites may break.
</div>
<div class="b">
<img style="background: rgb(60, 64, 67); width: 20px; height: 20px; margin-left: 10px;" src="./Images/incognito.png" alt="icon">
</div>
</div>
</div>
</div>
</body>
</html>