</div>
</div>
-If you aren't into Sass, we have a starter template with compiled CSS and JavaScript, as well as a starting `index.html` file for you to hack on. Just unzip and get coding!
-
-<a href="http://foundation.zurb.com/sites/download" class="large button">Download CSS Version</a>
-
----
-
-## HTML Starter Template
-Start with this HTML template and adapt it to your needs. Be sure to include the `.no-js` class on the `html` tag of your template. Adding this class prevents [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) for a number of foundation components.
-
-```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.js"></script>
- <script src="js/vendor/what-input.js"></script>
- <script src="js/vendor/foundation.min.js"></script>
- <script>
- $(document).foundation();
- </script>
-
- </body>
-</html>
-
-```
-
---
## CDN Links
---
+## HTML Starter Template
+Start with this HTML template and adapt it to your needs. Be sure to include the `.no-js` class on the `html` tag of your template. Adding this class prevents [flash of unstyled content](https://en.wikipedia.org/wiki/Flash_of_unstyled_content) for a number of foundation components.
+
+```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.js"></script>
+ <script src="js/vendor/what-input.js"></script>
+ <script src="js/vendor/foundation.min.js"></script>
+ <script>
+ $(document).foundation();
+ </script>
+
+ </body>
+</html>
+
+```
+
+---
+
## Other Integrations
The Foundation community has helped us integrate the framework into Rails, WordPress, Django, and more. Head to our [resources page](http://foundation.zurb.com/sites/resources) to find even more ways to use Foundation.