From 4170b029b61fdeecca2ed78c70039687440a884b Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:05:20 +1000 Subject: [PATCH] asf --- index.html | 13 +++++++++++++ main.js | 1 + 2 files changed, 14 insertions(+) create mode 100644 index.html create mode 100644 main.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..5d704af --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + My first three.js app + + + + + + \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 0000000..c6b01d8 --- /dev/null +++ b/main.js @@ -0,0 +1 @@ +import * as THREE from 'three'; \ No newline at end of file