This commit is contained in:
NohamR
2023-07-19 00:52:08 +02:00
parent 101732b815
commit edbd2c138b
19 changed files with 979 additions and 4 deletions

12
cams/html/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Image Links</title>
</head>
<body>
<h1>Image Links</h1>
<div id="imageContainer"></div>
<script src="script.js"></script>
</body>
</html>