---
+## HTML Starter Template
+Start with this HTML template and adapt it to your needs.
+
+```html
+<!doctype html>
+<html class="no-js" lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Foundation Starter Template</title>
+ <link rel="stylesheet" href="css/foundation.css" />
+ </head>
+ <body>
+ <h1>Hello, world!</h1>
+
+ <script src="js/vendor/jquery.min.js"></script>
+ <script src="js/foundation.min.js"></script>
+ <script>
+ $(document).foundation();
+ </script>
+
+ </body>
+</html>
+
+```
+
+---
+
## CDN Links
The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation CSS and JavaScript for us. Just drop one of these `<script>` tags into you're HTML and you're set: