-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
33 lines (28 loc) · 916 Bytes
/
blog.html
File metadata and controls
33 lines (28 loc) · 916 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>#AdoDev ;}</title>
<meta name="description" content="My corner of the internet." />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="favicon.png">
</head>
<body>
<header>
<img src="adodev.png" alt="#AdoDev Logo" style="height:100px; width: 150px;">
</header>
<nav>
<a href="index.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
<a href="blog.html">Blog</a>
</nav>
<section id="contact">
<a href="Collection-of-Best-Sites-I-ve-Ever-Seen-on-the-WWW.html">The Big Collection of Best Sites I've Ever Seen on the WWW</a>
</section>
<footer>
<p>Made with ❤️ by Me</p>
</footer>
</body>
</html>