]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add HTML template to visual testing folder that can be copied/pasted to new pages
authorGeoff Kimball <geoff@zurb.com>
Tue, 1 Mar 2016 21:24:17 +0000 (13:24 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 1 Mar 2016 21:24:17 +0000 (13:24 -0800)
test/visual/_template.html [new file with mode: 0644]

diff --git a/test/visual/_template.html b/test/visual/_template.html
new file mode 100644 (file)
index 0000000..711cb5a
--- /dev/null
@@ -0,0 +1,21 @@
+<!doctype html>
+<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
+<html class="no-js" lang="en" dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <title>Foundation for Sites Testing</title>
+    <link href="../assets/css/foundation.css" rel="stylesheet" />
+  </head>
+  <body>
+    <div class="row column">
+      <p>Use this template to create a new test page.</p>
+    </div>
+
+    <script src="../assets/js/vendor.js"></script>
+    <script src="../assets/js/foundation.js"></script>
+    <script>
+      $(document).foundation();
+    </script>
+  </body>
+</html>