updated to a html local

This commit is contained in:
2025-09-24 16:29:19 +03:00
parent db53ee6f99
commit 140ae25231
7 changed files with 186 additions and 61 deletions

9
Files/Screen.html Executable file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Your image title</title>
</head>
<body>
<img src="myimage.png" style="width:100%;height:100%;" alt="" />
</body>
</html>