diff options
Rearranged the project layout
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..866a6c5 --- /dev/null +++ b/src/index.html @@ -0,0 +1,42 @@ +---json +{ +"layout": "page.html", +"title": "Welcome", +"eleventyNavigation": { +"key": "Home", +"order": 1 +} +} +--- +<style> + main { + 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> |