interfaces/topic_5/example1/index.html

11 lines
158 B
HTML
Raw Permalink Normal View History

2023-02-27 13:14:18 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Animal</title>
</head>
<body>
<script src="script.js"></script>
</body>
</html>