stuff
This commit is contained in:
parent
eda0b2f9e8
commit
ee0710fded
2 changed files with 8 additions and 0 deletions
|
@ -8,10 +8,13 @@
|
||||||
<script src="/libs/marked.min.js"></script>
|
<script src="/libs/marked.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="window">
|
<div class="window">
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<button onclick="loadContent('home.md')">Home</button>
|
<button onclick="loadContent('home.md')">Home</button>
|
||||||
<button onclick="loadContent('slowly.md')">Slowly</button>
|
<button onclick="loadContent('slowly.md')">Slowly</button>
|
||||||
|
<button onclick="loadContent('loneliness.md')">Loneliness</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="content" id="mainContent">
|
<div class="content" id="mainContent">
|
||||||
|
|
||||||
|
|
5
home/library/logs/markdown/loneliness.md
Normal file
5
home/library/logs/markdown/loneliness.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Loneliness
|
||||||
|
|
||||||
|
Again this feeling of a place that never was, I remember there was a word for that in portuguese, but it escapes my mind all the time.
|
||||||
|
|
||||||
|
I wonder.
|
Loading…
Add table
Reference in a new issue