-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic_blog.html
28 lines (26 loc) · 2.12 KB
/
basic_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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Basic Blog</title>
<link rel="stylesheet" type="text/css" href="basic_blog.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300" rel="stylesheet">
</head>
<body>
<div class="post">
<h4>21 February 2019 // Saturday</h4>
<h2>A long day</h2>
<p class="quote">brilliant musics rejects most fears.the kingdom is full of sorrow.the attitude of your tantras will ease truly when you visualize that hypnosis is the seeker.one synthetic sainthood i give you: witness each other.confucius says: in zion pluralfly confidently justice.</p>
<p>brilliant musics rejects most fears.the kingdom is full of sorrow.the attitude of your tantras will ease truly when you visualize that hypnosis is the seeker.one synthetic sainthood i give you: witness each other.confucius says: in zion pluralfly confidently justice.</p>
<p>brilliant musics rejects most fears.the kingdom is full of sorrow.the attitude of your tantras will ease truly when you visualize that hypnosis is the seeker.one synthetic sainthood i give you: witness each other.confucius says: in zion pluralfly confidently justice.</p>
</div>
<hr>
<div class="post">
<h4>24 January 2019 // Friday</h4>
<h2>Time for a break</h2>
<p>brilliant musics rejects most fears.the kingdom is full of sorrow.the attitude of your tantras will ease truly when you visualize that hypnosis is the seeker.one synthetic sainthood i give you: witness each other.confucius says: in zion pluralfly confidently justice.</p>
<p class="quote">brilliant musics rejects most fears.the kingdom is full of sorrow.the attitude of your tantras will ease truly when you visualize that hypnosis is the seeker.one synthetic sainthood i give you: witness each other.confucius says: in zion pluralfly confidently justice.</p>
<p>brilliant musics rejects most fears.the kingdom is full of sorrow.the attitude of your tantras will ease truly when you visualize that hypnosis is the seeker.one synthetic sainthood i give you: witness each other.confucius says: in zion pluralfly confidently justice.</p>
</div>
</body>
</html>