changing webcams components

This commit is contained in:
root
2024-12-22 10:28:07 +00:00
parent 623cbf5ad4
commit bea68313b3
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?php
echo('<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" >
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>
');
?>