DKL9 GitList
Repositories
DKL9 home
site_root
Code
Commits
Branches
Tags
Search
Tree:
993e20c
Branches
Tags
master
site_root
tools
index.html
Initial commit: track much site content
dkl9
commited
993e20c
at 2025-352 15:27:28
index.html
Blame
History
Raw
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Web apps</title> <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <ul> <li><a href="tanakh_reading.html">Assisted Hebrew Bible (Tanakh) reading</a></li> <li><a href="speed_exp_log.html">Speed Exp/Log</a></li> <li><a href="typing_practice.html">Typing practice utility (minimal)</a></li> <li><a href="text_to_speech.html">Document-to-speech</a></li> </ul> <p><a href="/">dkl9 home</a></p> </body> </html>