-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.html
More file actions
23 lines (23 loc) · 1.17 KB
/
Main.html
File metadata and controls
23 lines (23 loc) · 1.17 KB
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>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Passa tempo</title>
<!-- Create viewport meta tag. Content will be set by player object in JavaScript. -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, minimal-ui">
<!-- Set standalone mode so the URL bar and Button bar are hidden when run from Home Screen. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Set the iOS status bar to black. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="icon" href="./engrenagem.png" >
<!-- Clear default configurations of the Browser -->
<link rel='stylesheet' type='text/css' media='screen' href='reset.css'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<!-- Import the gl-matrix library for matrix operations -->
<script type="module" src='mainMiniGame3D.js'></script>
</head>
<body>
<!-- TODO: Put description hereTODO: Put description here -->
</body>
</html>