This commit is contained in:
AlexandreRouma
2025-11-04 16:07:18 -05:00
parent 140bc3c3f5
commit f494612908
11 changed files with 411 additions and 445 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<!-- Title of the software -->
<title>Quick Screen Share</title>
<title>WisCast - Connect</title>
<!-- Load the stylesheet from the main style file -->
<link rel="stylesheet" href="/css/style.css">
@@ -30,9 +30,9 @@
<!-- Footer to show credit to the software and developers -->
<footer>
Powered by <a href="https://x.com/ryzerth" target="_blank">Quick Screen Share</a>. Made with ❤️ by <a href="https://x.com/ryzerth" target="_blank">Ryzerth</a>
Powered by <a href="https://wiscast.org/" target="_blank">WisCast</a>. Made with ❤️ by <a href="https://x.com/ryzerth" target="_blank">Ryzerth</a>
</footer>
<!-- Main client code -->
<script src="/scripts/client.js"></script>
<script src="/scripts/user.js"></script>
</html>