Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajkumar20 committed Apr 24, 2024
1 parent 9113ea3 commit f6d55d1
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@

<!DOCTYPE html>
<html>
<head>
<title>Vel Tech</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
font-family: Arial, sans-serif;
}
h1 {
color: #333;
font-size: 3rem;
margin: 0;
}
</style>
</head>
<body>
<h1>Vel Tech</h1>
</body>
</html>

0 comments on commit f6d55d1

Please sign in to comment.