-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutthiswebsite.html
60 lines (58 loc) · 2.07 KB
/
aboutthiswebsite.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
<!doctype html>
<HTML lang="en-gb">
<head>
<link rel="stylesheet" type="text/css" href="sandrolinux.css">
<meta name="description" content="A page about me and my youtube channel Sandro Linux">
<meta name="keywords" content="Sandro Linux, Sandro's quick news, Oscar Sanderson, Tech">
<meta name="author" content="Oscar Sanderson">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<Title>About this website</Title>
</head>
<body>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(66313264, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/66313264" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<div class="cookie-container">
<p>
I use cookies on this website to give you the best experience. To find out more, read my <a href="privacypolicy.html">privacy policy/cookie policy</a>.
</p>
<button class="cookie-btn">
Okay
</button>
</div>
<header class="TopBar">
<div class="container">
<H1>The Sandro Linux App</H1>
</div>
</header>
<nav id="navbar">
<div class="container">
<ul>
<LI><a href="index.html">Home</a></LI>
<LI><a href="search.html">Search</a></LI>
</ul>
</div>
</nav>
<div class="box-1">
<H2>Why I Created This Site</H2>
<P>I created this website because it is a good way to learn html and share news about my channels</P>
</div>
<div class="container">
<P><a href="privacypolicy.html">Privacy Policy</a>   <a href="contactme.html">Contact Me</a></P>
<footer id="main-footer">
<P>Copyright © 2020 Oscar Sanderson</P>
</footer>
<script src="cookiebanner.js"></script>
</div>
</body>
</HTML>