Skip to content

Commit

Permalink
style: Update warning note button styling and add event listener
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetkahya0 committed Aug 28, 2024
1 parent 5677d41 commit ff1421a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
/>
<script src="api.js"></script>
<script id="_wauact">

<script id="_wau776">
var _wau = _wau || [];
_wau.push(["", "891ylz89z8", "", "c4302bffffff", ""]);
_wau.push(["dynamic", "0pakxqe3b2", "776", "c4302bffffff", "small"]);
</script>
<script async src="//waust.at/d.js"></script>
<!-- Add favicon -->
Expand Down Expand Up @@ -78,7 +79,9 @@
></a>
</div>

<button class="warning-button" onclick="warningAlert()">⚠️ Warning Note ⚠️</button>
<button class="warning-button" onclick="warningAlert()">
⚠️ Warning Note ⚠️
</button>
</footer>

<script src="//code.jquery.com/jquery.min.js"></script>
Expand Down

0 comments on commit ff1421a

Please sign in to comment.