Frontend/24_11_08/feladat2.html

12 lines
276 B
HTML
Raw Normal View History

2024-11-08 08:26:19 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="eredmeny"></div>
<script src="feladat2.js" defer></script>
</body>
</html>