Add files from before the Git repository
This commit is contained in:
		
							
								
								
									
										59
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										59
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,59 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="en" dir="ltr"> | ||||
| 	<head> | ||||
| 		<meta name="viewport" content="width=device-width"> | ||||
| 		<meta charset="utf-8"> | ||||
| 		<title>XVoxel</title> | ||||
| 		<link rel="stylesheet" href="./assets/stylesheets/game.css"> | ||||
| 		<script src="./lib/loader.js" charset="utf-8"></script> | ||||
| 		<script src="./game.js" charset="utf-8"></script> | ||||
|  | ||||
| 		<meta name="application-name" content="XVoxel"> | ||||
| 		<link rel="icon" type="image/png" href="./assets/images/xvoxel.png"> | ||||
| 		<meta name="theme-color" content="#FF1493"> | ||||
| 		<meta name="msapplication-TileColor" content="#FF1493"> | ||||
| 		<meta name="apple-mobile-web-app-title" content="XVoxel"> | ||||
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
| 		<meta name="description" content="An open-source JavaScript voxel game and engine. "> | ||||
|  | ||||
| 		<meta property="og:title" content="XVoxel"> | ||||
| 		<meta property="og:description" content="An open-source JavaScript voxel game and engine. "> | ||||
| 		<meta property="og:image" content="./assets/images/xvoxel.png"> | ||||
| 	</head> | ||||
| 	<body> | ||||
| 		<header id="header"> | ||||
| 			<h1 id="title">XVoxel</h1> | ||||
| 			<div id="actionbuttoncontainer"> | ||||
|  | ||||
| 			</div> | ||||
| 		</header> | ||||
| 		<div id="gui"> | ||||
| 			<div id="debug" style="display: none;"> | ||||
| 				<span>Render : <p id="debugfps">NaN FPS</p> / <p id="debugms">NaN ms</p></span> | ||||
| 			</div> | ||||
| 			<div id="touchcontrols" style="display: none;"> | ||||
| 				<div id="dpad"> | ||||
|  | ||||
| 				</div> | ||||
| 				<div id="secpad"> | ||||
|  | ||||
| 				</div> | ||||
| 			</div> | ||||
| 			<img id="crosshair" alt="crosshair" class="initially-hidden"> | ||||
| 		</div> | ||||
| 		<div id="renderers" class="splitview"> | ||||
|  | ||||
| 		</div> | ||||
| 		<div id="menus"> | ||||
|  | ||||
| 		</div> | ||||
| 		<div id="loadingscreen" style="display: none;"> | ||||
| 			<div id="loadingbar" class="progressbar"> | ||||
| 				<p id="loadingtext">Loading...</p> | ||||
| 				<div id="loadingbarprogress" class="progress" style="width: 0%;"> | ||||
|  | ||||
| 				</div> | ||||
| 			</div> | ||||
| 		</div> | ||||
| 	</body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user