Created
January 6, 2012 08:35
-
-
Save psiborg/1569726 to your computer and use it in GitHub Desktop.
HTML 5 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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes"> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | |
| <meta name="format-detection" content="telephone=no"> | |
| <title>Heading</title> | |
| <link href="favicon.ico" rel="icon" type="image/x-icon"> | |
| <link rel="stylesheet" href="css/app.css"> | |
| <style type="text/css"> | |
| </style> | |
| <script src="js/app.js"></script> | |
| </head> | |
| <body> | |
| <h1>Heading</h1> | |
| <p>The quick brown fox jumps over the lazy dog.</p> | |
| <script type="text/javascript"> | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment