-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·28 lines (22 loc) · 768 Bytes
/
index.html
File metadata and controls
executable file
·28 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Title -->
<title>ThreeJS OBJ Material Test</title>
<!-- Meta Content-Type -->
<meta charset="utf-8">
<meta name="author" content="Claudio Viola" />
<meta name="ROBOTS" content="INDEX, FOLLOW" />
<meta name="creation_Date" content="" />
<!-- Meta Description -->
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!--[if IE]>
<script type="text/javascript">
var console = { log: function() {} };
</script>
<![endif]-->
</head>
<body>
</body>
</html>