Started frontend

This commit is contained in:
2023-07-16 18:43:58 +01:00
parent a85e63a327
commit eb62c78624
2 changed files with 21 additions and 0 deletions

10
html/index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GiacPoints</title>
</head>
<body>
<h1>Hello web</h1>
</body>
</html>