-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_cookie.html
64 lines (62 loc) · 3.12 KB
/
about_cookie.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Cookie policy">
<meta name="author" content="Red Coders Team">
<title>Yawn Killer - cookie policy</title>
<link href="./images/favicon.png" rel=icon sizes="16x16" type="img">
<link rel="stylesheet" type="text/css" href="./css/normalize.css">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="./css/bootstrap-theme.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/style_description_section.css">
<link rel="stylesheet" type="text/css" href="./css/style_header.css">
<link rel="stylesheet" type="text/css" href="./css/style_components.css">
<link rel="stylesheet" type="text/css" href="./css/function_style.css">
<link rel="stylesheet" type="text/css" href="./css/style_footer.css">
<link rel="stylesheet" type="text/css" href="./css/style_responsive.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700i|Lato:300,400,400i,700,700i|Oswald:300,400,500,600,700">
</head>
<body>
<header class="header">
<div class="header__background"></div>
<div class="container">
<div class="row header__top">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6">
<img class="logo__image" src="./images/logo_yawn_killer_color.png">
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6">
<nav class="navbar">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#yk-navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="yk-navbar-collapse">
<ul class="nav navbar-nav">
<li><a class="btn btn--white btn--rounded nav__link nav__link--contact" href="./index.html">Return to site</a></li>
</ul>
</div>
</nav>
</div>
</div>
<div class="row">
<h1 class="text-left text-info heading--white ">Cookie policy</h1>
<p class="text-left text-info heading--white "> We use cookie on our website for convenient operation. You can always turn it off by changing your browser settings.</p>
</div>
</div>
</header>
</body>
</html>