15 lines
		
	
	
		
			432 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			432 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="cz">
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8">
 | 
						|
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
        <link rel="stylesheet" href="style.css">
 | 
						|
        <title>JavaScript</title>
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <h1>Toto je stránka o JavaScriptu</h1>
 | 
						|
        <script src="script.js"></script>
 | 
						|
    </body>
 | 
						|
</html>
 |