CSS, CSS3, Foundation, HTML, HTML5

Foundation: Startup

Download Foundation and Foundation Icon.

<!doctype html>
<html class="no-js" lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Foundation | Welcome</title>
    <link rel="stylesheet" href="css/foundation.css" />
    <link rel="stylesheet" href="css/foundation-icons.css" />
    <link rel="stylesheet" href="css/learn.css" /><!-- Your own set CSS -->
    <script src="js/vendor/modernizr.js"></script>
    <!--[if lte IE 8]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  </head>
  <body>
    <!-- Layout Start -->
    <!-- PUT YOUR LAYOUT, CONTENT HERE -->
    <!-- Layout End -->
    <script src="js/vendor/jquery.js"></script>
    <script src="js/foundation.min.js"></script>
    <script>
      $(document).foundation();
    </script>
  </body>
</html>

One thought on “Foundation: Startup

Leave a Reply

Your email address will not be published. Required fields are marked *

three + 6 =