web: link routes.html from page.

This commit is contained in:
Omar Rizwan 2021-09-15 21:39:18 -07:00
parent 8bd49fa4b1
commit b7bcef30e7
1 changed files with 6 additions and 1 deletions

View File

@ -51,7 +51,7 @@ they map to 3 folders in TabFS</p>
</div>
The files inside a tab's folder directly reflect (and can control) the
state of that tab in your browser. (TODO: update as I add more)
state of that tab in your browser.
<div class="figure">
<video autoplay loop muted>
@ -62,6 +62,11 @@ example, the url.txt, text.txt, and title.txt files tell me those live
properties of this tab</p>
</div>
<!-- for now, I am copying routes.html into web/ locally before I -->
<!-- deploy the site. need to find a better way? -->
<strong><a href="routes.html">(Read more up-to-date documentation for all of
TabFS's files here.)</a></strong>
This gives you a _ton_ of power, because now you can apply [all the
existing tools](https://twitter.com/rsnous/status/1018570020324962305)
on your computer that already know how to deal with files -- terminal