Moved from php to python
This commit is contained in:
15
templates/body.html
Normal file
15
templates/body.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<body>
|
||||
<header>
|
||||
<h1 id="title">Welcome ! <img src='/img/python-powered.svg' alt='Python powered' width=80/></h1>
|
||||
</header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Index</a></li>
|
||||
<li><a href="/bouncing/">Bouncing cube</a></li>
|
||||
<li><a href="/multisphere/">Multi-sphere</a></li>
|
||||
<li><a href="/prototype/">Prototype</a></li>
|
||||
<li><a href="/stream/">Streaming simulator</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
#
|
||||
</body>
|
||||
7
templates/head.html
Normal file
7
templates/head.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<head>
|
||||
<title>3DUI</title>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic" />
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
#
|
||||
</head>
|
||||
15
templates/jsIncludes.html
Normal file
15
templates/jsIncludes.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<script src="/js/three.js"></script>
|
||||
<script src="/js/Tools.js"></script>
|
||||
<script src="/js/three/DDSLoader.js"></script>
|
||||
<script src="/js/three/MTLLoader.js"></script>
|
||||
<script src="/js/three/OBJLoader.js"></script>
|
||||
<script src="/js/three/OrbitControls.js"></script>
|
||||
<script src="/js/Cube.js"></script>
|
||||
<script src="/js/ProgressiveSphere.js"></script>
|
||||
<script src="/js/Camera.js"></script>
|
||||
<script src="/js/FixedCamera.js"></script>
|
||||
<script src="/js/BouncingCube.js"></script>
|
||||
<script src="/js/BufferGeometryToGeometry.js"></script>
|
||||
<script src="/js/PointerCamera.js"></script>
|
||||
<script src="/js/CameraContainer.js"></script>
|
||||
#
|
||||
4
templates/page.html
Normal file
4
templates/page.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
#
|
||||
</html>
|
||||
Reference in New Issue
Block a user