Skip to content
Snippets Groups Projects
Select Git revision
  • ab1788292912fff7689d0be1d91fd5f36a2e1d85
  • master default protected
2 results

index.html

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>