Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Calc2790 authored Nov 28, 2024
1 parent f603b6f commit d1622d8
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,69 @@
<head>
<title>carl hub</title>
</head>
<head><body>
<header>
<h1>Welcome to carl hub</h1>
</header>
<style>
/* Reset default browser styles */
body,
h1,
h2,
p,
ul,
li,
a {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: Arial, sans-serif;
}

/* Style the header */
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}

/* Style the navigation */
nav {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}

nav ul {
display: flex;
justify-content: center;
}

nav ul li {
margin: 0 10px;
}

nav ul li a {
color: #fff;
}

/* Style the section */
section {
padding: 20px;
}

/* Style the footer */
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}
</style>
</head>
<head>
<script id="chatway" async="true" src="https://cdn.chatway.app/widget.js?id=HjYbQzpfHiFk"></script>

Expand Down

0 comments on commit d1622d8

Please sign in to comment.