Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ laptop.

---

## Hero website / start page
## Project website / start page

The project's **start page** is published on GitHub Pages:

Expand Down
2 changes: 1 addition & 1 deletion site/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hero website / start page
# Project website / start page

A small static landing page for Python Tutor. It mirrors the app's
dark / amber aesthetic and explains the local-first loop without
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ <h2 class="section__title">See it.</h2>
<div class="start__inner">
<h2 class="section__title">Clone, install, run.</h2>
<p class="section__lede">
This page is the start page for the repo &amp; software. Three short
commands and you're at <code>http://localhost:8001/</code>.
Three short commands and you're at
<code>http://localhost:8001/</code>.
macOS or Linux. Python 3.10+.
</p>

Expand Down
Loading