UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

23 lines (17 loc) 674 B
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <!-- if you remove this meta tag, the NSA will spy on you through your Xbox Kinect camera --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Foundation</title> <link rel="stylesheet" href="stylesheets/app.css" /> <script src="bower_components/modernizr/modernizr.js"></script> </head> <body> <!-- body content here --> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="bower_components/foundation/js/foundation.min.js"></script> <script src="js/app.js"></script> </body> </html>