-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (50 loc) · 2.17 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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>news news,yes news</title>
<link rel="stylesheet" href="./Css/news.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/regular.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/solid.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/svg-with-js.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/v4-font-face.min.css">
</head>
<body>
<header>
<div><h1>NYABIHEKE CORDING SCHOOL</h1></div>
<div class="link-fa">
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i class="fa-brands fa-square-facebook"></i></a>
<a href=""><i class="fa-brands fa-square-twitter"></i></a>
</div>
<div>
<a href="Tel:250783801966">Tel : 0783-801-966</a>
</div>
</header>
<marquee behavior="altinate" direction="rigth">
<div class="main-contant">
<h2>AMAKURU ......</h2>
<span>Nyabiheke</span>
</div>
</marquee>
<nav>
<li><a href="../">Ubuzima</a></li>
<li><a href="../">Uburezi</a></li>
<li><a href="../">Politic</a></li>
<li><a href="../">Sport</a></li>
<li><a href="../">Religion</a></li>
<li><a href="./Signup.html">Sign-up</a></li>
<li><a href="./Logn.html">Log-in</a></li>
</nav>
<div class="news-container">
<div class="spinner"></div>
<div class="news">
</div>
</div>
<script src="./Js/getAllNews.js"></script>
</body>
</html>