switching webcam to darkmode

This commit is contained in:
Janis Steiner
2024-12-09 16:29:47 +00:00
parent b06c14dcb8
commit 049c74ef9b

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html data-bs-theme="dark">
<?php <?php
$username = htmlspecialchars($_GET["username"]); $username = htmlspecialchars($_GET["username"]);
$printer_url = $_GET["url"]; $printer_url = $_GET["url"];