configurace projektu
This commit is contained in:
commit
fb7ec02131
14
index.html
Normal file
14
index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!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>
|
1
pozdrav.js
Normal file
1
pozdrav.js
Normal file
@ -0,0 +1 @@
|
||||
console.log("Jmenuji se Lukáš")
|
14
template.html
Normal file
14
template.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user