Skip to content

Commit

Permalink
chore: add links between 2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JANERUBBISHTOEAT committed Nov 19, 2024
1 parent 16d545b commit fa29d82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
text-align: center;
margin: 20px;
}
#controls button,
#controls a {
margin-left: 10px;
margin-right: 10px;
}
#downloadLink {
display: none;
}
Expand Down Expand Up @@ -196,6 +201,7 @@ <h1 style="text-align: center">Shawarma Legend Save Editor</h1>
<input type="file" id="fileInput" accept=".dat" />
<button id="saveButton">Save</button>
<a id="downloadLink">Download New Save</a>
<a href="index.html">Go to Classic Version</a>
</div>
<div id="gameContainer"></div>
</body>
Expand Down
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,7 @@ <h1>Shawarma Legend Save Editor</h1>
<p></p>
<button id="saveButton">Save</button>
<a id="downloadLink" style="display: none">Download New Save</a>
<p></p>
<a href="beta.html">Go to Beta Version</a>
</body>
</html>

0 comments on commit fa29d82

Please sign in to comment.