Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend Skelton #115

Open
Ammoniya opened this issue Jun 22, 2023 · 2 comments
Open

Frontend Skelton #115

Ammoniya opened this issue Jun 22, 2023 · 2 comments
Labels

Comments

@Ammoniya
Copy link
Member

Basic Skeleton for revamped frontend

@PRASANNAPATIL12
Copy link

HEY, here is the code for Basic Skeleton for revamped frontend

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>My Revamped Frontend</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <header>
    <nav>
      <a href="#">Home</a>
      <a href="#">About</a>
      <a href="#">Contact</a>
    </nav>
  </header>

  <main>
    <h1>My Revamped Frontend</h1>
    <p>This is the main content area of my revamped frontend.</p>
  </main>

  <footer>
    <p>Copyright &copy; 2023 My Name</p>
  </footer>

  <script src="script.js"></script>
</body>
</html>

@Alone-Y154
Copy link

hey @Ammoniya , I would like to work on this issue. can you assign this issue to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants