Last active
August 4, 2021 21:48
-
-
Save Anirog/a034db182c16c4a90db911796ed8bd87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <!-- Link to external style sheet --> | |
| <link rel="stylesheet" href="css/style.css"> | |
| <!-- description should be between 120 & 150 characters --> | |
| <meta name="description" content="This is a description of the website."> | |
| <!-- Define keywords for search engines --> | |
| <meta name="keywords" content="keyword, another"> | |
| <title>Document</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment