-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
35 lines (31 loc) · 994 Bytes
/
blog.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 dir="ltr" lang="en-US">
<head>
<title>carlo.sh</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Boilerplate Scripts -->
<script src="./components/page-header.js"></script>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="./style.css">
<!-- Favicon -->
<link href="./favicon/favicon.ico" rel="icon" type="image/png">
<link href="./favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="./favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
</head>
<body>
<h1>
carlo.sh
</h1>
<nav>
<a href="./">home</a> |
<a href="./blog.html">blog</a> |
<a href="./charity.html">charity</a> |
<a href="./tools.html">tools</a> |
</nav>
<h2>
posts
</h2>
<p> Comming soon... </p>
</body>
</html>