initial commit
This commit is contained in:
commit
60444b4120
30 changed files with 50490 additions and 0 deletions
14
hexo/source/projects/3d/index.html
Normal file
14
hexo/source/projects/3d/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>3D</title>
|
||||
<link rel="stylesheet" href="/games/3d/index.css">
|
||||
<script src="/games/3d/index.js" defer></script>
|
||||
<script src="/games/3d/three.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="3dView"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue