15 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			517 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <meta charset="utf8">
 | 
						|
        <title>Empact</title>
 | 
						|
        <link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
 | 
						|
        <link rel="stylesheet" href="/app.css">
 | 
						|
    </head>
 | 
						|
    <body></body>
 | 
						|
    <script src="/bower_components/react/react.js"></script>
 | 
						|
    <script src="/bower_components/react-router/build/global/ReactRouter.js"></script>
 | 
						|
    <script src="/bower_components/jquery/dist/jquery.js"></script>
 | 
						|
    <script src="/app.js"></script>
 | 
						|
</html>
 |