Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SprintingSnail69 authored Nov 21, 2024
1 parent 8d1a38b commit 9a55596
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 178 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chat Room</title>
<link rel="shortcut icon" href="img/text.png" type="image/x-icon">
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-firestore.js"></script>
Expand Down Expand Up @@ -38,7 +38,7 @@ <h2 id="room-title">Room: <span id="room-id"></span></h2>
</div>

<footer>
<div class="madeby">Made by <a href="https://sprintingsnail69.github.io" target="_blank">SprintingSnail69</a> and <a href="https://cobblesteve01.github.io" target="_blank">cobblesteve01</a></div>
<div class="madeby">Made by <a href="https://sprintingsnail69.github.io" target="_blank">SprintingSnail69</a> and <a href="https://cobblesteve01.github.io" target="_blank">cobblesteve01</a></div >
</footer>

<div id="toast2" class="toast2"><i class="fa-regular fa-circle-check" style="scale: 175%; color: rgb(0, 179, 0);;"></i>&nbsp;Room code copied to clipboard!</div>
Expand All @@ -47,4 +47,4 @@ <h2 id="room-title">Room: <span id="room-id"></span></h2>

<script type="module" src="main.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit 9a55596

Please sign in to comment.