added welcome page

This commit is contained in:
Dhanush
2025-08-21 11:34:26 +05:30
parent 05141df39d
commit ef962f417c
2 changed files with 62 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tech Thursday Demo</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h1>Welcome to Git Training Hub</h1>
</div>
</body>
</html>