One file, one address
You already know how to tap something open. This unit makes one page on the laptop and shows you the address the computer actually uses. You leave holding ~/projects/first-site/index.html and its file:// URL. Next you throw the mouse away.
Topics
Unit test
Quick check: can you make the page, write its path, and read one ls -la line?
Project
Ground Zero
Build ~/projects/first-site/index.html with the file manager and a text editor. Capture its absolute path, the file:// URL the browser shows when you double-click it, and how many clicks it cost — you will want that number in Unit 2. ---