Skip to content

Commit bf2aec2

Browse files
committed
Add "Try It Now" page link to navigation
1 parent f89b741 commit bf2aec2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<nav class="text-xxs flex flex-row gap-x-4">
8282
<a href="/">home</a>
8383
<a href="/introduction.html">brief intro</a>
84+
<a href="/try-it-now-html.html">try it now</a>
8485
<a href="/playground.html">playground</a>
8586
</nav>
8687
<h1 class="font-serif font-bold text-cloudbank text-3xl">

public/introduction.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<nav class="text-xxs flex flex-row gap-x-4">
112112
<a href="/">home</a>
113113
<a href="/introduction.html">brief intro</a>
114+
<a href="/try-it-now-html.html">try it now</a>
114115
<a href="/playground.html">playground</a>
115116
</nav>
116117
<h1 class="font-serif font-bold text-cloudbank text-3xl">

public/playground.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<nav class="text-xxs flex flex-row gap-x-4">
8282
<a href="/">home</a>
8383
<a href="/introduction.html">brief intro</a>
84+
<a href="/try-it-now-html.html">try it now</a>
8485
<a href="/playground.html">playground</a>
8586
</nav>
8687
<h1 class="font-serif font-bold text-cloudbank text-3xl">

0 commit comments

Comments
 (0)