summaryrefslogtreecommitdiff
path: root/bower_components/respond/cross-domain/example.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-12-24 17:03:28 -0500
committerThomas Park <thomas@thomaspark.me>2013-12-24 17:03:28 -0500
commit9bf0a9d13e1d0938e47847db0487f0f0fce0d8b3 (patch)
tree6fdb29e14a983125ba18652546068a087244510f /bower_components/respond/cross-domain/example.html
parent046a20a5adabc15b6f910c2f3f66bb48a83067b7 (diff)
fixes #185, installs html5shiv/respond and downgrades jquery for ie8
Diffstat (limited to 'bower_components/respond/cross-domain/example.html')
-rw-r--r--bower_components/respond/cross-domain/example.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/bower_components/respond/cross-domain/example.html b/bower_components/respond/cross-domain/example.html
new file mode 100644
index 00000000..700224e7
--- /dev/null
+++ b/bower_components/respond/cross-domain/example.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <title>Respond JS Test Page</title>
+ <link href="https://rawgithub.com/scottjehl/Respond/master/test/test.css" rel="stylesheet"/>
+ <link href="https://rawgithub.com/scottjehl/Respond/master/test/test2.css" media="screen and (min-width: 600px)" rel="stylesheet"/>
+ <script src="../dest/respond.src.js"></script>
+
+ <!-- Respond.js proxy on external server -->
+ <link href="https://rawgithub.com/scottjehl/Respond/master/cross-domain/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
+ <link href="respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
+ <script src="respond.proxy.js"></script>
+</head>
+<body>
+ <p>This is a visual test file for cross-domain proxy.</p>
+
+ <p>The media queries in the included CSS file simply change the body's background color depending on the browser width. If you see any colors aside from black, then the media queries are working in your browser. You can resize your browser window to see it change on the fly.</p>
+
+
+ <p id="attribute-test">Media-attributes are working too! This should be visible above 600px.</p>
+
+</body>
+</html>