-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nayem's Canvas | Home</title>
<link rel="icon" href="/assets/favicon.ico">
<meta charset="UTF-8">
<meta name="author" content="Nayem Ahmed">
<meta name="description" content="Nayem's Canvas is a virtual space of Nayem Ahmed. Watch out best tech tutorials, read articles on science and technology.">
<meta name="keywords" content="nayem, nayem ahmed, portfolio, nayems canvas, nayemscanvas, nayems space, nayems world, nayems website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<header class="p-lg">
<div class="header-left">
<img src="assets/logos/nc-logo.jpeg" alt="nc-logo" class="header-logo">
<h1>Nayem's Canvas</h1>
</div>
<nav>
<ul>
<li> <a href="/index.html">Home</a> </li>
<li> <a href="/pages/about.html">About</a> </li>
<li> <a href="/pages/contact.html">Contact</a> </li>
</ul>
</nav>
</header>
<section class="p-lg">
<main>Welcome to Nayem's Canvas</main>
</section>
<footer class="p-lg">
<p>All Right Reserved | @2024</p>
</footer>
</body>
</html>