Add index.html

This commit is contained in:
Matěj Divecký 2023-09-17 15:05:22 +02:00
commit 6a41831f2b

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML 5 Boilerplate</title>
</head>
<body>
Ahoj!
</body>
</html>