-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
32 lines (30 loc) · 1.14 KB
/
privacy.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href='images/favicon.ico' rel='icon' type='image/x-icon'/>
<link href="images/favicon.ico" rel="icon">
<link href='' rel='canonical'/>
<link href="https://google.com/+YashRajSingh" rel="publisher"/>
<title>ideaPad for Android</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<div class="top">
<img src="images/logo.png" alt="logo" class="logo" style="position:absolute;">
<div class="text">
<h5>ideaPad for Android</h5>
<a href="index.html"><h6>Back home?</h6></a>
</div>
</div>
<div class="tos">
<h1>Privacy Policy</h1>
</div>
</div>
</body>
</html>