Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fde262

Browse files
committed
Generic base reference, updated dest files.
1 parent cd214f0 commit 3fde262

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

cross-domain/example-base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<base href="http://localhost:8000/cross-domain/"><!--[if lte IE 6]></base><![endif]-->
5-
<meta charset="utf-8" />
4+
<!-- Change this to match your local server hostname and path -->
5+
<base href="http://localhost/Respond/cross-domain/"><!--[if lte IE 6]></base><![endif]-->
6+
<meta charset="utf-8" />
67
<title>Respond JS Test Page</title>
78
<link href="https://rawgithub.com/scottjehl/Respond/master/test/test.css" rel="stylesheet"/>
89
<link href="https://rawgithub.com/scottjehl/Respond/master/test/test2.css" media="screen and (min-width: 600px)" rel="stylesheet"/>

dest/respond.matchmedia.addListener.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dest/respond.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)