Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/HTML/ThreeJS/index.html
2022-09-04 12:45:01 +02:00

14 lines
424 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ThreeJS Tutorial</title>
<style>html, body {margin: 0; padding: 0; overflow: hidden;}</style>
<script src="script.js" type="module" defer></script>
</head>
<body>
<div id="webgl"></div>
</body>
</html>