ThreeJS-Webpack-ES6-Boilerp.../build/public/index.html

21 lines
543 B
HTML
Raw Normal View History

2016-09-12 19:54:07 +00:00
<!DOCTYPE html>
<html lang="en">
2018-02-26 00:33:02 +00:00
<head>
<meta charset="UTF-8">
<title>Three.js Webpack ES6 Boilerplate</title>
2016-09-12 19:54:07 +00:00
2018-02-26 00:33:02 +00:00
<link rel="stylesheet" type="text/css" href="./assets/css/app.css">
</head>
2016-09-12 19:54:07 +00:00
2018-02-26 00:33:02 +00:00
<body>
<section id="appContainer" class="main">
<div id="loading">Loading...</div>
</section>
<script src="./assets/js/rStats.js"></script>
<script src="./assets/js/rStats.extras.js"></script>
<script src="./assets/js/dat.gui.min.js"></script>
<script src="./assets/js/app.js"></script>
</body>
2016-09-12 19:54:07 +00:00
</html>