Last active
August 29, 2015 14:11
-
-
Save and-rom/0b0488a810311df9d23e to your computer and use it in GitHub Desktop.
HTML5 Skeleton template
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> | |
| <head> | |
| <title></title> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta charset="utf-8"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="icon" href="img/favicon.ico" type="image/x-icon"> | |
| <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"> | |
| <link rel="stylesheet" type="text/css" href="style.css" /> | |
| <script type="text/javascript" src="index.js"></script> | |
| <script type="text/javascript"></script> | |
| <style type="text/css"></style> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment