Create a hello world page

This commit is contained in:
danbulant 2020-06-12 12:39:23 +02:00
parent 530b3c3d4f
commit 993b89968f

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample website</title>
</head>
<body>
<b>Hello world!</b>
</body>
</html>