diff options
| author | _Tradam <[email protected]> | 2025-05-22 23:35:30 +0900 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2025-05-22 23:35:30 +0900 |
| commit | ef9acf5eadee1a94f5c72d4d493aa358588385f3 (patch) | |
| tree | aec6ee0e34791e56ad4707e19d55c8e65f303264 /index.html | |
| download | teletilt-ef9acf5eadee1a94f5c72d4d493aa358588385f3.tar.gz teletilt-ef9acf5eadee1a94f5c72d4d493aa358588385f3.zip | |
Starting New Prototype
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 15 |
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> |
