Files
portfolio/index.html
LJ5O 988039705c Working example of three.js
Start with npx vite, works fine
2023-11-10 00:04:18 +01:00

13 lines
235 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<script type="module" src="/src/main.js"></script>
</body>
</html>