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 - Screen</title>
<title>WisCast - Display</title>
<!-- Load the stylesheet from the main style file -->
<link rel="stylesheet" href="/css/style.css">
@@ -15,11 +15,8 @@
<div id="idleScreen">
<span id="dispIDLabel">Display ID:</span><br>
<span id="dispID"></span>
</div>
<div id="pinScreen" hidden>
<span id="pinLabel">PIN:</span><br>
<span id="pin"></span>
<span id="otpLabel">OTP:</span><br>
<span id="otp"></span>
</div>
<!-- Video widget -->
@@ -28,9 +25,9 @@
<!-- Footer to show credit to the software and developers -->
<footer id="credits">
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 screen code -->
<script src="/scripts/screen.js"></script>
<script src="/scripts/display.js"></script>
</html>