added doga

This commit is contained in:
szabomarton
2024-09-20 08:32:45 +02:00
parent e9dde78eb9
commit be1eb1569a
6 changed files with 98 additions and 0 deletions

14
20240920/film.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FILM</title>
</head>
<body>
<div id="c_feladat"></div>
<div id="d_feladat"></div>
<script src="film.js"></script>
</body>
</html>