-
Notifications
You must be signed in to change notification settings - Fork 0
/
2020-11-24.html
27 lines (22 loc) · 1.02 KB
/
2020-11-24.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
<!DOCTYPE HTML>
<html>
<head>
<title>Bloggin!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147664644-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-147664644-1');
</script>
</head>
<body class="is-preload align-center">
This is a sample post I made today. I've been doing a lot of reading and want to analyze and distill my thoughts on
a variety of categories here so they might become more easily accessible to me and useful to others. I hope to talk
about mindfulness, relationships, aphorisms/quotes, finance, good influences on my life, entertainment, and whatever
else feels important to me. This is a bit of a public journaling experiment.
</body>
</html>