-
Notifications
You must be signed in to change notification settings - Fork 0
/
newsaboutme.html
59 lines (58 loc) · 2.27 KB
/
newsaboutme.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
<!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>News about Sandro Linux</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 -->
<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><U>Tech News</U></H2>
<H2><U>Main Story</U></H2>
<P><a href="https://pwa.sandrolinux.com/news/samsungunpacked20202.html">Samsung is doing Samsung unpacked part 2</a></P>
<H2><U>Other Stories</U></H2>
<P><a href="https://pwa.sandrolinux.com/news/neuralinkv2.0friday.html">Elon Musk is going to show off Neuralink version 2 today</a></P>
<p><a href="https://pwa.sandrolinux.com/news/amazonhasannouncedhalo.html">Amazon has announced Halo</a></p>
<H2><U>News About Me and My YouTube Channel's</U></H2>
<UL>
<LI>I am bring back my old YouTube channel Oscar Sanderson</LI>
<LI>I am soon doing a review of the Pure Chronos CD Series 2</LI>
</UL>
</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>
</div>
</body>
</HTML>