-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
35 lines (30 loc) · 995 Bytes
/
blog.html
File metadata and controls
35 lines (30 loc) · 995 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
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>デヴィソ</title>
<link rel="icon" type="image/png" href="images/pfpSS.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="https://dev1ss0.dev">Home</a></li>
<li><a href="projects">Projects</a></li>
<li><a href="tobeadded">WIP</a></li>
</ul>
</nav>
<header>
<h1>Blog</h1>
</header>
<hr>
<main>
<h4>I use Substack as a form of a blog, my vision in Substack is to share some of my journal entries, short stories, some thoughts or maybe a quote or two.</h4>
</main>
<hr>
<main>
<h4 class="joinlink"><a href="https://dev1ss0.substack.com/" target="_blank">My Substack!</a></h4>
</body>
</html>