-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
26 lines (24 loc) · 1.1 KB
/
Copy pathblog.html
File metadata and controls
26 lines (24 loc) · 1.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="styles/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@800&family=Space+Mono&display=swap" rel="stylesheet">
<title>Catniped - Blog</title>
<meta content="Catniped - Blog" property="og:title" />
<meta content="my blog posts!" property="og:description" />
<meta content="https://ferkokrc5.github.io/blog.html" property="og:url" />
<meta content="#B174F7" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body style="background-color: rgb(82, 82, 138); margin: 0 0 0 0;">
<div class="navbar">
<a href="index.html">Homepage</a>
<a class="active" href="blog.html">Blog</a>
<a href="projects.html">Projects</a>
</div><br>
</body>
</html>