blob: 2416f1729c5c11ac82d99d2bf90480740a35bee7 (
plain) (
blame)
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
36
37
38
39
40
41
42
|
---json
{
"layout": "page.html",
"title": "Welcome",
"eleventyNavigation": {
"key": "Home",
"order": 1
}
}
---
<style>
body {
font-size: 125%;
}
</style>
<p>Hello World!</p>
<p>Welcome to my blog.</p>
<p>I occassion leave my writings here. Hope you will enjoy them 😊.</p>
<pre>
...........................................................
.................................:::::.....................
............................:::::::%+:::::.................
.........................:::::::::++%++:::::...............
.......................:::::::::++#####+::::::.............
.....................:::::::+%++++%###x+++::%::............
..................:::::::::+x################+::...........
...............::::::::::+##################++:::..........
.........:::::::+x++++++++####################+::..........
......:::::::::+++######%x###################%::::.........
.....::::::::++xx############################+::::.........
.....######################################x+:::::.........
.....::::::::++xx############################+::::.........
......:::::::::+++######%x###################%::::.........
.........:::::::+x++++++++####################+::..........
...............::::::::::+##################++:::..........
..................:::::::::+x################+::...........
.....................:::::::+%++++####x+++::%::............
.......................:::::::::++#####+::::::.............
.........................:::::::::++%++:::::...............
............................:::::::%+:::::.................
.................................:::::.....................
</pre>
|