14 lines
296 B
HTML
14 lines
296 B
HTML
<!DOCTYPE html>
|
|
<html lang="hu">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>FetchAPI</title>
|
|
<script type="module" src="js/AszinkronFetchAPIFeladat.mjs"></script>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |