-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fact of the day.html
54 lines (45 loc) · 1.51 KB
/
Fact of the day.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>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Arvo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Style%20Folder/style.css">
<script type="text/javascript" src="script.js"></script>
<title>Space</title>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/Bubalo1234/Webby/main/Images/New%20Piskel%20(2).gif">
</head>
<body>
<header>
<h1>Home</h1>
</header>
<nav>
<ul class="navbar">
<li class="nav-list-item">
<a class="nav-link" href=Home.html>home</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=#>quizzes</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=Videos.html>videos</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=Fact%20of%20the%20day.html>Articles</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=crafts.html>Crafts</a>
<li class="nav-list-item">
<a class="nav-link" href=About.html>About</a>
</li>
</ul>
</nav>
<main>
<section>
<h2>Did you know?</h2>
<Article>Did you know voyager one has left the solar system and entered interstellar space?</Article>
</section>
<footer>
<p>This is a footer.</p>
</footer>
</body>
</html>