Created
January 17, 2017 02:16
-
-
Save afrodesia/72ee826d889b681f0f3d6951f57b6baf to your computer and use it in GitHub Desktop.
Basic Html Page Starter
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" class="no-js"> | |
| <head> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="" /> | |
| <meta name="keywords" content="" /> | |
| <meta name="author" content="" /> | |
| <title></title> | |
| <body> | |
| <!-- Javascript load --> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment