Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
joempora authored Dec 10, 2024
1 parent 32417d0 commit 4687632
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>It Works!</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 20px;
}
h1 {
color: #333;
font-size: 2.5em;
}
p {
font-size: 1.2em;
color: #555;
}
.content {
background-color: #f4f4f4;
padding: 30px;
margin-top: 20px;
border-radius: 8px;
}
</style>
</head>
<body>
<div class="content">
<h1>It works!</h1>
<p>This is the default page for the Apache HTTP Server installation.</p>
<p>If you see this page, the Apache HTTP Server is successfully installed and running.</p>
<p>For further configuration details, check the documentation.</p>
</div>
</body>
</html>

0 comments on commit 4687632

Please sign in to comment.