Skip to content

Commit

Permalink
Merge pull request #233 from vixraine/act-5-heading-ids
Browse files Browse the repository at this point in the history
ACT 5 add links to headings
  • Loading branch information
felikatze authored Dec 11, 2024
2 parents 5fc6d1a + ac9e553 commit e06354f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions public/acts/act5/act5.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
<p>Tryna lay out all the act 5 stuff brb</p>

<ul>
<li>Waking up</li>
<li>Friend talks
<li><a href="#wakingup">Waking up</a></li>
<li><a href="#friendtalks">Friend talks</a>
<ul>
<li>Mirabelle</li>
<li>Odile</li>
<li>Bonnie</li>
<li>Isabeau</li>
<li>Loop</li>
<li><a href="#miratalk">Mirabelle</a></li>
<li><a href="#odiletalk">"Odile</a></li>
<li><a href="#bonnietalk">Bonnie</a></li>
<li><a href="#isatalk">Isabeau</a></li>
<li><a href="#looptalk">Loop</a></li>
</ul>
</li>
<li><a href="#clocktower">Clocktower</a></li>
<li>The House
<ul>
<li>Floor 1</li>
Expand All @@ -43,7 +44,7 @@
<li>Mal du Pays</li>
<li>King Victory</li>
<li>End Start (last room up to battle start)</li>
<li>Vs Friends</li>
<li>VS Friends</li>
<li>Tell us your wish</li>
<li>Last room starting dialogue</li>
</ul>
Expand All @@ -60,7 +61,7 @@
<hr>
<br>

<h1>Waking up</h1>
<h1 id="wakingup">Waking up</h1>
<div class="dialogue">
<p class="dialogue-line">
(You're back.)
Expand Down Expand Up @@ -497,7 +498,7 @@ <h2>Taking a nap</h2>
<hr>
<br>

<h1>Friend talks</h1>
<h1 id="friendtalks">Friend talks</h1>

<h2 id="miratalk">Mirabelle</h2>
<div class="dialogue">
Expand Down Expand Up @@ -5147,4 +5148,4 @@ <h1 id="clocktower">Clocktower</h1>

</body>

</html>
</html>

0 comments on commit e06354f

Please sign in to comment.