Skip to content

Commit

Permalink
Merge pull request #1286 from snehas-05/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
apu52 authored Oct 24, 2024
2 parents 4ddb0aa + bba4c60 commit bf93568
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 137 deletions.
138 changes: 1 addition & 137 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions seo_optimization/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- SEO Metadata -->
<title>Explore the Metaverse: Virtual and Augmented Reality Experiences</title>
<meta name="description" content="Discover the latest in metaverse technology and experiences in virtual and augmented reality.">
<meta name="keywords" content="metaverse, virtual reality, augmented reality, 3D environments, digital avatars">
<meta name="author" content="[Your Name/Organization]">

<!-- Stylesheets -->
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<header>
<h1>Welcome to the Metaverse</h1>
<p>Your gateway to immersive virtual experiences.</p>
</header>
<main>
<!-- Main content goes here -->
</main>
<footer>
<p>&copy; 2024 Metaverse Project. All rights reserved.</p>
</footer>
</body>
</html>
24 changes: 24 additions & 0 deletions seo_optimization/styles/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}

header {
background: #007bff;
color: white;
padding: 20px 0;
text-align: center;
}

footer {
text-align: center;
padding: 10px 0;
background: #007bff;
color: white;
position: relative;
bottom: 0;
width: 100%;
}

0 comments on commit bf93568

Please sign in to comment.