We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basic Skeleton for revamped frontend
The text was updated successfully, but these errors were encountered:
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 © 2023 My Name</p> </footer> <script src="script.js"></script> </body> </html>
Sorry, something went wrong.
hey @Ammoniya , I would like to work on this issue. can you assign this issue to me
@Ammoniya I'm interested in working on this issue and would appreciate being assigned to it.
No branches or pull requests
Basic Skeleton for revamped frontend
The text was updated successfully, but these errors were encountered: