Last active
December 21, 2015 01:19
-
-
Save seabre/6226763 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> | |
| <!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> | |
| <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Basic Template</title> | |
| <link rel="stylesheet" href="css/foundation.css"> | |
| <script src="js/vendor/custom.modernizr.js"></script> | |
| </head> | |
| <body> | |
| <!-- Content goes here --> | |
| <script> | |
| document.write('<script src=' + | |
| ('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') + | |
| '.js><\/script>') | |
| </script> | |
| <script src="js/foundation.min.js"></script> | |
| <script> | |
| $(document).foundation(); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment