changing webcams components
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<head>
|
||||
<title>Webcam</title>
|
||||
<?php
|
||||
include "../assets/components.php";
|
||||
include "../assets/webcam_components.php";
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
7
sys0-code/assets/webcam_components.php
Normal file
7
sys0-code/assets/webcam_components.php
Normal 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>
|
||||
');
|
||||
?>
|
||||
Reference in New Issue
Block a user