Kosh f8b9e25d93 Move index.html to frontend folder.
The main index.html was in ./ and was moved to ./frontend/index.html
2023-10-10 22:26:59 +05:30

14 lines
303 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="center"></div>
<script>
</script>
</body>
</html>