Skip to content

Commit

Permalink
deploy: e9b9918
Browse files Browse the repository at this point in the history
  • Loading branch information
noxone committed Aug 23, 2024
1 parent 36d407f commit 43c72d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

<!-- now for our page -->
<link rel="stylesheet" href="styles/mahjong-points.css?commitId=577b3adf443c7de2f095a5b1e60e2106c9badf6c">
<link rel="stylesheet" href="styles/tiles.css?commitId=577b3adf443c7de2f095a5b1e60e2106c9badf6c">
<link rel="stylesheet" href="styles/fonts.css?commitId=577b3adf443c7de2f095a5b1e60e2106c9badf6c">
<link rel="stylesheet" href="styles/mahjong-points.css?commitId=e9b9918b2b47c7573ad348c80655c26945d25bc4">
<link rel="stylesheet" href="styles/tiles.css?commitId=e9b9918b2b47c7573ad348c80655c26945d25bc4">
<link rel="stylesheet" href="styles/fonts.css?commitId=e9b9918b2b47c7573ad348c80655c26945d25bc4">
<title>Mahjong Point Calculator</title>

<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand Down Expand Up @@ -171,8 +171,8 @@ <h2 class="modal-title fs-5" id="exampleModalLabel">Mahjong Points
href="https://github.com/noxone/mahjong-points-calculator-web"
target="_blank" rel="noopener" mr-no-translate>Github</a>.
The version you are currently using it built from commit ID <a
href="https://github.com/noxone/mahjong-points-calculator-web/tree/577b3adf443c7de2f095a5b1e60e2106c9badf6c"
target="_blank" rel="noopener" mr-no-translate>577b3ad</a>.
href="https://github.com/noxone/mahjong-points-calculator-web/tree/e9b9918b2b47c7573ad348c80655c26945d25bc4"
target="_blank" rel="noopener" mr-no-translate>e9b9918</a>.
</p>
</div>
<div class="modal-body row g-0 text-start">
Expand Down Expand Up @@ -244,7 +244,7 @@ <h6>This project is built using</h6>
crossorigin="anonymous"></script>

<!-- sources of regex generator -->
<script type="text/javascript" src="mahjong-points.js?commitId=577b3adf443c7de2f095a5b1e60e2106c9badf6c"></script>
<script type="text/javascript" src="mahjong-points.js?commitId=e9b9918b2b47c7573ad348c80655c26945d25bc4"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion mahjong-points.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mahjong-points.js.map

Large diffs are not rendered by default.

0 comments on commit 43c72d8

Please sign in to comment.