mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-04 08:00:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			645 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			645 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="chrome=1" />
 | 
						|
    <title>Keyrune | Andrew Gioia</title>
 | 
						|
    <link rel="stylesheet" href="bower_components/keyrune/css/keyrune.css" />
 | 
						|
    <link rel="stylesheet" href="css/main.css" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
 | 
						|
    <header>
 | 
						|
        Header
 | 
						|
    </header>
 | 
						|
 | 
						|
    <main>
 | 
						|
        <section>
 | 
						|
            <p>Main body</p>
 | 
						|
            <p>Tempest: <i class="ss ss-tmp"></i></p>
 | 
						|
        </section>
 | 
						|
    </main>
 | 
						|
 | 
						|
    <footer>
 | 
						|
        Footer
 | 
						|
    </footer>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |