Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YawarRaza7349 authored Jun 13, 2024
1 parent 341204d commit f1f08ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Revenge of the Cyclic Cicadas</title>
<link rel="stylesheet" href="index.css"/>
<script>
window.onerror = (event, source, lineno, colno, error) => {
document.body.prepend(event, source, lineno, colno, error);
}
</script>
<script type="module" src="preprocessed.js"></script>
<script type="module" src="index.js"></script>
</head>
Expand Down

0 comments on commit f1f08ff

Please sign in to comment.