This commit is contained in:
Hell13Cat
2022-06-30 22:15:11 +03:00
parent 8c3ee11b4e
commit ae846f2e3e
6 changed files with 102 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<html>
<head>
<title>{file_name}</title>
</head>
<h2>{file_name}</h2><br>
<h3>{resolution}</h3><br>
<h3>{duration}</h3><br>
<video height="50%" src="{file_vid}" controls></video><br>
<hr>
{frame_info}
</html>
+6
View File
@@ -0,0 +1,6 @@
<div>
<p>{file_name}</p>
<img src="{file_name}" alt="{file_name}" height="50%"><br>
<p>{info_res}</p>
</div>
<hr>