Update index.html

This commit is contained in:
Voxel 2025-04-10 15:54:13 -04:00 committed by GitHub
parent 661aa99ec3
commit cc6675dee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,7 @@
<div class="file-list hidden" id="fileList"> <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('https://voxel.fsky.io/read/1984.md')">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/animal-farm.txt')">George Orwell - Animal Farm</button>
<!-- Add more buttons here for additional text files --> <button class="file-button" onclick="loadText('/library/the-great-gatsby.txt')">F. Scott Fitzgerald - The Great Gatsby</button>
</div> </div>
<div class="divider" id="divider" onmousedown="startResize(event)"></div> <div class="divider" id="divider" onmousedown="startResize(event)"></div>
<div class="text-display" id="textDisplay"> <div class="text-display" id="textDisplay">