-
Notifications
You must be signed in to change notification settings - Fork 1
/
Mangas.html
27 lines (25 loc) · 916 Bytes
/
Mangas.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mangas</title>
<link rel="shortcut icon" href="images/codezero-high-resolution-logo-white.png" type="image/x-icon">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="Mangas.css">
<link rel="stylesheet" href="HomePage.css">
</head>
<body>
<h1>Mangas</h1>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Categories.html">Categories</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Mangas.html">Mangas</a></li>
<li><a href="Profile.html">Profile</a></li>
<li><a href="https://discord.gg/7wtqV4kq4r">Developer Community</a></li>
</ul>
</nav>
</body>
</html>