Browse Source

update web

master
Petr Maxa 3 years ago
parent
commit
af11bdc677
  1. 2
      01.html
  2. 8
      02.css
  3. 3
      03.js

2
01.html

@ -5,6 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WTL</title>
<link rel="stylesheet" href="02.css">
<script src="03.js"></script>
</head>
<body>
<h1>WTL - git procvičení</h1>

8
02.css

@ -1,2 +1,8 @@
h1 {
color:blueviolet;}
color:blueviolet;}
h3{
color:chartreuse;
background-color: cornflowerblue;
}

3
03.js

@ -1 +1,2 @@
console.log("Hello js")
console.log("Begin of End")
console.log("End of Line")
Loading…
Cancel
Save