Skip to content

Commit

Permalink
stub settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 1, 2025
1 parent 3d59191 commit 4613c90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,14 @@ <h1 style="margin-bottom: 0px">nudelsalat</h1>
</div>
</div>

<!-- <div class="dialog-container">
<dialog open>
<div class="dialog-container">
<dialog id="settings-dialog">
<h1>Settings</h1>
<p>This is where settings can go!</p>
</dialog>
</div> -->
</div>

<script type="module" src="./src/main.js"></script>
<script type="module" src="./src/settings.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions src/settings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const settingsButton = document.querySelector("#settings-button");

0 comments on commit 4613c90

Please sign in to comment.