Update index.html to reflect project branding and content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
fencl
2025-09-01 22:16:07 +02:00
parent a2b9343cfa
commit 2b4e1a154a

View File

@@ -3,10 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World Example DAVISFE</title>
<title>DAVISFE</title>
</head>
<body>
<b>Hello World</b>
<p>Hello World</p>
<b>Davidův</b>
<b>úžasný</b>
<p>server</p>
</body>
</html>
</html>