Skip to content

Commit

Permalink
update www/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 15, 2025
1 parent 7129eb3 commit dc723d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<link rel="apple-touch-icon" href="https://cookie-clicker-brasil.vercel.app/favicon.ico" />
<link rel="shortcut icon" href="https://cookie-clicker-brasil.vercel.app/favicon.ico" type="image/webp">
<script src="https://cdnjs.cloudflare.com/ajax/libs/eruda/3.4.1/eruda.min.js" integrity="sha512-3RVqOZtMevFOLeXCp0/Wl7np/l3J3MMysaFDUhNh+hdKx+Wb0lMXuHwA6CZ/+4DfYZM01Om1as8g+mnTaQH9vA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" charset="utf-8">
<script>
// FOR DEVELOPMENT PURPOSES
if (new URLSearchParams(window.location.search).get('debug') === 'true') {
eruda.init();
};
Expand Down

0 comments on commit dc723d0

Please sign in to comment.