Advertisement
joob

index.html de secour

Jul 8th, 2015
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>lamurene.com</title>
  5. <meta charset="utf-8" />
  6. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  7. <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  8. <meta content="Converse.js: A free chat client for your website" name="description" />
  9. <meta content="JC Brand" name="author" />
  10. <meta content="xmpp chat webchat converse.js" name="keywords" />
  11. <link href="components/bootstrap/dist/css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" />
  12. <link href="components/fontawesome/css/font-awesome.min.css" media="screen" rel="stylesheet" type="text/css" />
  13. <link href="css/theme.css" media="screen" rel="stylesheet" type="text/css" />
  14. <link href="css/converse.min.css" media="screen" rel="stylesheet" type="text/css" /><script type="text/javascript" src="analytics.js"></script><noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript><!-- Only for development: <script data-main="main" src="components/requirejs/require.js"></script> --><!--[if gte IE 9]--><script src="builds/converse.website.min.js"></script><!--[endif]--><!--[if lt IE 9]>
  15. <script src="builds/converse.website-no-otr.min.js"></script>
  16. <![endif]-->
  17. </head>
  18. <body data-spy="scroll" data-target=".navbar-custom" id="page-top">
  19. <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
  20. <div class="container">
  21. <div class="navbar-header page-scroll">&nbsp;</div>
  22. </div>
  23. </nav>
  24. </body>
  25. <script>
  26. require(['converse'], function (converse) {
  27. (function () {
  28. /* XXX: This function initializes jquery.easing for the https://conversejs.org
  29. * website. This code is only useful in the context of the converse.js
  30. * website and converse.js itself is NOT dependent on it.
  31. */
  32. var $ = converse.env.jQuery;
  33. $(window).scroll(function() {
  34. if ($(".navbar").offset().top > 50) {
  35. $(".navbar-fixed-top").addClass("top-nav-collapse");
  36. } else {
  37. $(".navbar-fixed-top").removeClass("top-nav-collapse");
  38. }
  39. });
  40. //jQuery for page scrolling feature - requires jQuery Easing plugin
  41. $('.page-scroll a').bind('click', function(event) {
  42. var $anchor = $(this);
  43. $('html, body').stop().animate({
  44. scrollTop: $($anchor.attr('href')).offset().top
  45. }, 700, 'easeInOutExpo');
  46. event.preventDefault();
  47. });
  48. })();
  49. converse.initialize({
  50. bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
  51. keepalive: true,
  52. message_carbons: true,
  53. play_sounds: true,
  54. roster_groups: true,
  55. show_controlbox_by_default: true,
  56. xhr_user_search: false
  57. });
  58. });
  59. </script></html>
  60.  
  61. <!-- SCM Music Player http://scmplayer.net -->
  62. <script type="text/javascript" src="http://scmplayer.net/script.js"
  63. data-config="{'skin':'http://static.tumblr.com/qft2cvq/QzGn26xb1/skin-1.css','volume':60,'autoplay':true,'shuffle':false,'repeat':0,'placement':'top','showplaylist':false,'playlist':[{'title':'Ibiza global Radio','url':'http://37.59.254.26:8024/;'},{'title':'Uzic Minimal Radio','url':'http://37.59.99.177:9900/;'},{'title':'Frisky Radio','url':'http://50.7.64.226:80/frisky_mp3_hi'},{'title':'Proton Radio','url':'http://67.222.104.211:7000/;'},{'title':'Toxor Radio','url':'http://85.214.76.113:8000/;'},{'title':'Deep Mix Moscow Radio','url':'http://94.176.104.15:8128/;'},{'title':'NsbRadio','url':'http://djeu.nsbradio.co.uk:8906/;'}]}" ></script>
  64. <!-- SCM Music Player script end -->
  65.  
  66.  
  67.  
  68.  
  69. <div id="disqus_thread"></div>
  70. <script type="text/javascript">
  71. /* * * CONFIGURATION VARIABLES * * */
  72. var disqus_shortname = 'htmlpadminimalradio';
  73.  
  74. /* * * DON'T EDIT BELOW THIS LINE * * */
  75. (function() {
  76. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  77. dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  78. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  79. })();
  80. </script>
  81. <noscript>? ? _ ? ? ? ¦ ?e a?e ¦ ? ? ? _ ? ?<a href="https://disqus.com/?ref_noscript" rel="nofollow">¯_¯_¯_ c?ca?a3301 _¯_¯_¯</a></noscript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement