blob: 54d36f4e78dcd8e13a5554f1444c255bfdab2dcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|