Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple HTML Page</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
header {
background-color: #4CAF50;
color: white;
padding: 1em;
text-align: center;
}
nav {
margin: 0;
padding: 1em;
background-color: #333;
}
nav a {
color: white;
margin: 0 1em;
text-decoration: none;
}
main {
padding: 2em;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1em;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
</head>
<body>
<header>
<h1>Welcome to My Simple HTML Page</h1>
</header>
<nav>
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
<main>
<h2>Home</h2>
<p>This is a simple HTML page created as an example.</p>
<h2 id="about">About</h2>
<p>This section contains information about the page.</p>
<h2 id="contact">Contact</h2>
<p>This section contains contact information.</p>
</main>
<footer>
&copy; 2024 Simple HTML Page. All rights reserved.
</footer>
</body>
</html>
2 changes: 2 additions & 0 deletions docs/moooozy
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
welcome to myclone
whatsup people
1 change: 1 addition & 0 deletions moooz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello