
2 changed files with 15 additions and 1 deletions
@ -1,2 +1,4 @@ |
|||
# testovaci |
|||
# Testovací |
|||
|
|||
Toto je testovací repozitář - jako ukázka práce s GITem. |
|||
|
|||
|
@ -0,0 +1,12 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<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"> |
|||
<title>Testovací</title> |
|||
</head> |
|||
<body> |
|||
<h1>Testovací</h1> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue