Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

14
HTML/ThreeJS/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!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>