Skip to content
Draft
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
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<a href="/introduction.html">brief intro</a>
<a href="/try-it-now.html">try it now</a>
<a href="/playground.html">playground</a>
<a href="/pyscript-demo.html">pyscript demo</a>
</nav>
<h1 class="font-serif font-bold text-cloudbank text-3xl">
Hello, t-strings!
Expand Down
1 change: 1 addition & 0 deletions public/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<a href="/introduction.html">brief intro</a>
<a href="/try-it-now.html">try it now</a>
<a href="/playground.html">playground</a>
<a href="/pyscript-demo.html">pyscript demo</a>
</nav>
<h1 class="font-serif font-bold text-cloudbank text-3xl">
A brief intro to t-strings
Expand Down
1 change: 1 addition & 0 deletions public/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<a href="/introduction.html">brief intro</a>
<a href="/try-it-now.html">try it now</a>
<a href="/playground.html">playground</a>
<a href="/pyscript-demo.html">pyscript demo</a>
</nav>

<h1 class="font-serif font-bold text-cloudbank text-3xl">
Expand Down
Loading