Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmonautKitten committed Jan 2, 2025
1 parent 7569016 commit d187587
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lessons/1.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ <h3>syllables</h3>
vowels cannot appear consecutively. stress always falls on the first syllable of a word, and any syllable following a hyphen.</p>

<div class="nav">
<button onclick="location.href='lessons'">previous</button>
<button onclick="location.href='lessons'">index</button>
<button onclick="location.href='lessons/2'">next</button>
<button onclick="location.href='/lessons'">previous</button>
<button onclick="location.href='/lessons'">index</button>
<button onclick="location.href='/lessons/2'">next</button>
</div>

</body>
6 changes: 3 additions & 3 deletions lessons/2.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ <h3>compound modifiers</h3>
For example, a linguist would be <span class="tlt">{&#164 |linguist} {sa|person, someone} {-|compound modifier} {ka|kind, variety} {wa|say, speak}</span>. It is generally
advisable to limit the number of compound modifiers used in a word as using multiple creates ambiguity as to what is being modified.</p>
<div class="nav">
<button onclick="location.href='lessons/1'">previous</button>
<button onclick="location.href='lessons'">index</button>
<button onclick="location.href='lessons/3'">next</button>
<button onclick="location.href='/lessons/1'">previous</button>
<button onclick="location.href='/lessons'">index</button>
<button onclick="location.href='/lessons/3'">next</button>
</div>
</body>

0 comments on commit d187587

Please sign in to comment.