-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (41 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>News from us</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/conf.css">
</head>
<body>
<a href="https://www.youtube.com/watch?v=5NV6Rdv1a3I&ab_channel=DaftPunkVEVO"><img src="images/nfu1.jpg" alt="nfulogo" id="rightimg"></a>
<header id="main_header">
<div class="jumbotron">
<h1>Welcome to our webpage: <i>News From Us ®</i></h1>
</div>
</header>
<section id="main_introduction">
<p> On this page we prepared a few articles from the tech world, which might interest you.</p>
<p>This simple menu will lead you to the articles.</p>
</section>
<div id="menu">
<ul>
<li><a href="quake.html" title="Artificial Intelligence wins with people again. This time in Quake III">Artificial Intelligence wins with people again. This time in Quake III</a></li>
<li><a href="ransom.html" title="Ransomware: not every virus is as scary as it is painted">Ransomware: not every virus is as scary as it is painted</a></li>
<li><a href="sd.html" title="SD Cards">Most of the SD cards store the data of the previous owner</a></li>
<li><a href="hp.html" title="Kano Harry Potter Set">Learn to program with the help of magic. Kano announces a set with the Harry Potter theme</a></li>
<li><a href="mail.html" title="Send mail">Want to share an opinion? Send us an email</a></li>
<li><a href="sale.html" title="Microsft Games Sale">SALE ON MICROSOFT STORE</a>
</ul>
<details>
<summary>You are playing duo-botlane with your adc. Should you take kills as a support?</summary>
<p>      No. The only exception is Pyke after lvl 6</p>
</details>
</div>
<footer class="page-footer font-small blue">
<div class="footer-copyright text-center py-3">© 2018 Copyright: Ziemowit & Starosta</div>
</footer>
<script src="js/jquerry.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>