Created
January 18, 2014 20:02
-
-
Save tonyhb/8495431 to your computer and use it in GitHub Desktop.
browser-sync demo HTML page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title></title> | |
<meta charset="utf-8"> | |
<meta name="csrf" value="964a40834151e0c9abdcfa5a141601e698d3fc20"> | |
<meta name="mixpanel" value=""> | |
<link rel="stylesheet" href="/css/app.css?ver=1" media="all"> | |
<script src="/js/libs/modernizr.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
WebFontConfig = { fontdeck: { id: '37797' } }; | |
(function() {var wf = document.createElement('script');wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';wf.type = 'text/javascript';wf.async = 'true';var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(wf, s); | |
})(); | |
</script> | |
</head> | |
<body id="app"> | |
<header id="app-header"> | |
</header> | |
<section id="app-content" class="fill"> | |
<div id="content-loading"> | |
<div class="spinner"></div> | |
<span class="loading-title"></span> | |
</div> | |
</section> | |
<div id="messages"> | |
</div> | |
<script> | |
config = { | |
user: {"id":1,"email":"[email protected]"}, | |
settings: [{}, {}], | |
data: [{}, {}], | |
}; | |
<script src='//192.168.2.4:3001/socket.io/socket.io.js'></script> | |
<script src='//192.168.2.4:3002/client/browser-sync-client.min.js'></script> | |
</script> | |
<script data-main="/js/config" src="/js/libs/require.js"></script> | |
<script> | |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
ga('create', 'UA-NA-1', 'example.com'); | |
ga('send', 'pageview'); | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title></title> | |
<meta charset="utf-8"> | |
<meta name="csrf" value="964a40834151e0c9abdcfa5a141601e698d3fc20"> | |
<meta name="mixpanel" value=""> | |
<link rel="stylesheet" href="/css/app.css?ver=1" media="all"> | |
<script src="/js/libs/modernizr.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
WebFontConfig = { fontdeck: { id: '37797' } }; | |
(function() {var wf = document.createElement('script');wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';wf.type = 'text/javascript';wf.async = 'true';var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(wf, s); | |
})(); | |
</script> | |
</head> | |
<body id="app"> | |
<header id="app-header"> | |
</header> | |
<section id="app-content" class="fill"> | |
<div id="content-loading"> | |
<div class="spinner"></div> | |
<span class="loading-title"></span> | |
</div> | |
</section> | |
<div id="messages"> | |
</div> | |
<script> | |
config = { | |
user: {"id":1,"email":"[email protected]"}, | |
settings: [{}, {}], | |
data: [{}, {}], | |
}; | |
</script> | |
<script data-main="/js/config" src="/js/libs/require.js"></script> | |
<script> | |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
ga('create', 'UA-NA-1', 'example.com'); | |
ga('send', 'pageview'); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment