Raytracer copied from the TS homepage

This commit is contained in:
Ben
2019-02-26 10:30:25 +00:00
parent cd476567d9
commit abf4225d5d
3 changed files with 572 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>RayTracer</title>
</head>
<body>
<script src="./example.js"></script>
</body>
</html>