Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Better WJ button
Browse files Browse the repository at this point in the history
  • Loading branch information
VishVadeva committed Nov 5, 2023
1 parent 73256a8 commit 591d37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<div id="backdrop" class="welcomeContent">
<h1 id="title">Welcome to A Dragonborn's Fate!</h1>
<a id="next" class="welcomeButton" href="./intro.html" onmouseover="titleGlow(1)" onmouseleave="titleGlow(0)"><strong>Get Started</strong></a>
<a id="next" class="welcomeButtonWJ" href="./wabbajack.html" onmouseover="titleGlow(1)" onmouseleave="titleGlow(0)"><strong>Automated Install (Wabbajack)</strong></a>
<a id="next" class="welcomeButtonWJ" href="./wabbajack.html" onmouseover="titleGlow(1)" onmouseleave="titleGlow(0)"><strong>Automated Install <br> Wabbajack</strong></a>
</div>
</body>

Expand Down

0 comments on commit 591d37c

Please sign in to comment.