13 lines
349 B
HTML
13 lines
349 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Task 3 — Hover Interaction (Vanilla Three.js)</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="main.js"></script>
|
|
</body>
|
|
</html>
|