Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiszh authored Sep 27, 2024
1 parent c845876 commit f1532be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dynamic Path Display</title>
<title>Yet Another Useless Twitch Chat</title>
</head>
<body>
<h1 id="content">Dynamic path content will appear here</h1>

<script>
const path = window.location.pathname.substring(1); // Get the dynamic part of the path
const path = window.location.pathname.substring(1);
document.getElementById('content').innerText = `home page isnt set up yet, please go to ${path}[channel_name]`;
</script>
</body>
Expand Down

0 comments on commit f1532be

Please sign in to comment.