Files
davisfe.cz/index.html
fencl bd796f300e
All checks were successful
continuous-integration/drone/push Build is passing
Add initial index.html file with basic HTML structure
2025-09-01 20:56:45 +02:00

12 lines
273 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World Example DAVISFE</title>
</head>
<body>
<b>Hello World</b>
<p>Hello World</p>
</body>
</html>