Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gassaloglu committed Oct 13, 2024
1 parent 6c24573 commit a092781
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Airline Management System</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
text-align: center;
padding: 50px;
}
h1 {
color: #333;
}
a {
display: block;
margin: 10px 0;
font-size: 18px;
color: #0073e6;
text-decoration: none;
}
a:hover {
color: #005bb5;
}
</style>
</head>
<body>
<h1>Airline Management System</h1>
</body>
</html>

0 comments on commit a092781

Please sign in to comment.