-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinit_template.html
23 lines (21 loc) · 1.01 KB
/
init_template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="shortcut icon" href="./assets/dragon_icon.png">
<meta name="description" content="GiovannyJTT, WebGL, ThreeJS, mesh creation, texture UVs mapping, lighting and shadows, bump mapping, surface smoothing, and User Interface, widgets, skybox, state machine, collider, particles system">
<meta name="keywords" content="GiovannyJTT, WebGL, texture mapping, lighting, shadows, bump mapping, surface smoothing, User Interface, widgets, skybox, state machine, collider, particles system">
<meta name="author" content="Giovanny Javier Tipantuña Toapanta">
<head>
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
</head>
<body>
<section>
<div id="container-for-threejs"></div>
<!-- launch main.js here -->
</section>
</body>
</html>