16 lines
		
	
	
		
			No EOL
		
	
	
		
			688 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			688 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="ko">
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8">
 | 
						|
        <title>react-sample</title>
 | 
						|
        <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com;
 | 
						|
         font-src 'self' fonts.gstatic.com">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
        <link rel="stylesheet" href="/dist/css/style.css">
 | 
						|
        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <div id="root"></div>
 | 
						|
        <script src="/dist/js/bundle.js"></script>
 | 
						|
    </body>
 | 
						|
</html> |