Skip to content
Snippets Groups Projects
Select Git revision
  • 4dd64bd0bbc1404057f9fcac3c11276a3f281108
  • main default protected
  • fixing-controller-assets
  • Begin-scene-generation
  • Startup-UI
  • changing-urp-to-unity-builtin
  • Create-Working-Scene
7 results

Android.meta

Blame
  • index.html 364 B
    <!DOCTYPE html>
    <html>
    
    <head>
    
    	#{meta}
    
    	<title>Google Code Jam Solutions</title>
    	<link rel="stylesheet" href="/css/main.css">
    </head>
    
    <body>
    	#{header}
    	<div id="subheader">
    		<h1>
    			Code Jam Solutions
    		</h1>
    	</div>
    	<div id="container">
    		<ul>
    			<li>
    				2020
    				<ul>
    					<li>
    
    					</li>
    				</ul>
    			</li>
    		</ul>
    
    	</div>
    	#{footer}
    </body>
    
    </html>