Update index.html

This commit is contained in:
Voxel 2025-04-11 07:33:38 -04:00 committed by GitHub
parent e820ca8be2
commit fee8706602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>