mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-18 17:23:40 -05:00
Update index.html
This commit is contained in:
parent
e820ca8be2
commit
fee8706602
1 changed files with 2 additions and 3 deletions
|
@ -150,14 +150,13 @@
|
|||
</div>
|
||||
<div class="main">
|
||||
<div class="file-list hidden" id="fileList">
|
||||
<button class="file-button" onclick="loadText('https://voxel.fsky.io/read/1984.md')">George Orwell - 1984</button>
|
||||
<button class="file-button" onclick="loadText('/library/1984.txt')">George Orwell - 1984</button>
|
||||
<button class="file-button" onclick="loadText('/library/animal-farm.txt')">George Orwell - Animal Farm</button>
|
||||
<button class="file-button" onclick="loadText('/library/the-great-gatsby.txt')">F. Scott Fitzgerald - The Great Gatsby</button>
|
||||
<button class="file-button" onclick="loadText('https://z-library.sk/dl/3823531/6b0f10')">Stephen King - Misery</button>
|
||||
</div>
|
||||
<div class="divider" id="divider" onmousedown="startResize(event)"></div>
|
||||
<div class="text-display" id="textDisplay">
|
||||
<p>Select a file to read.</p>
|
||||
<p>Select a book to read. Not much here right now, unless you submit any .txts or .mds then I can add them</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue