summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
author_Tradam <[email protected]>2025-05-22 23:35:30 +0900
committer_Tradam <[email protected]>2025-05-22 23:35:30 +0900
commitef9acf5eadee1a94f5c72d4d493aa358588385f3 (patch)
treeaec6ee0e34791e56ad4707e19d55c8e65f303264 /index.html
downloadteletilt-ef9acf5eadee1a94f5c72d4d493aa358588385f3.tar.gz
teletilt-ef9acf5eadee1a94f5c72d4d493aa358588385f3.zip
Starting New Prototype
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..54d36f4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>My first three.js app</title>
+ <style>
+ body { margin: 0; }
+ </style>
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body id="request">
+ <div id="info">Touch Screen ください</div>
+ <script type="module" src="/main.js"></script>
+ </body>
+</html>