Scan8 icon indicating copy to clipboard operation
Scan8 copied to clipboard

Frontend Skelton

Open Ammoniya opened this issue 1 year ago • 2 comments

Basic Skeleton for revamped frontend

Ammoniya avatar Jun 22 '23 04:06 Ammoniya

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>

PRASANNAPATIL12 avatar Oct 31 '23 19:10 PRASANNAPATIL12

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

Alone-Y154 avatar Nov 26 '23 19:11 Alone-Y154