diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..8dfb8eb --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="utf-8">
+ <title>Cloth Simulation</title>
+ <style>
+ body {
+ margin: 0;
+ }
+ </style>
+ <script src="./Scripts/three.js"></script>
+ <script src="./Scripts/main.js">
+ </script>
+</head>
+
+<body onload="init();">
+ <div id="threejscontainer"></div>
+</body>
+
+</html>
\ No newline at end of file |
