index.html

This commit is contained in:
2023-07-16 19:46:52 +01:00
parent 3b9df825cd
commit af171b3344

View File

@@ -3,8 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>GiacPoints</title> <title>GiacPoints</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
<h1>Hello web</h1> <p>Hello web</p>
</body> </body>
</html> </html>