summaryrefslogblamecommitdiff
path: root/html/backspace.html
blob: f80d298a6bcb5d58b53a4876b3b04d1efad23b76 (plain) (tree)
1
2
3
4
5
6
7
8
9
               
                

                                      
                                                                        
                                             

                                                                                                    
                                                                                    
 

                                                                                           
                                                   

                                                            


                                                                        

                                                                          

               
                                    
                                                               
 
                               


                                                               
 
                                                                       
                      
               



                                       
       
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="author" content="Gabriel Bjørnager Jensen">
		<meta name="darkreader-lock">
		<meta name="description" content="About the Backspace game engine.">
		<meta name="keywords" content="achernar, backspace, game engine, rust, udp, webgpu">
		<meta name="viewport" content="width=device-width, initial-scale=1">

		<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
		<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
		<title>Backspace | Achernar</title>

		<link href="/css/main.css" rel="stylesheet">
		<noscript>
			<link href="/css/noScript.css" rel="stylesheet">
		</noscript>

		<script src="/js/init.js" type="text/javascript"></script>
	</head>

	<body data-page="backspace">
		<!--#include virtual="/include/header.shtml"-->

		<div id="page">
			<section class="fullWidth">
				<p class="note">coming soon</p>
			</section>

			<!--#include virtual="/include/footer.shtml"-->
		</div>
	</body>

	<script type="text/javascript">
		init();
	</script>
</html>