Last active
August 13, 2024 06:52
-
-
Save utilyre/7a7238d10fa4f0e19d18987befd10973 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
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 http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <link rel="icon" type="image/x-icon" href="/favicon.ico" /> | |
| <link rel="stylesheet" href="/index.css" /> | |
| <title>HTML5 Boilerplate</title> | |
| </head> | |
| <body> | |
| <!-- TODO --> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment