Mercurial Hosting > nabble
comparison src/global/web/Index.jtp @ 24:e0c501fb5229
remove trk
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 14 Jun 2020 17:56:59 -0600 |
parents | aba8ed4c8a06 |
children | 5ea557eece1f |
comparison
equal
deleted
inserted
replaced
23:e424dc827823 | 24:e0c501fb5229 |
---|---|
44 <!DOCTYPE html> | 44 <!DOCTYPE html> |
45 <html lang="en"> | 45 <html lang="en"> |
46 <head> | 46 <head> |
47 <% HtmlGlobalUtils.head(request, response, "Free Forum • Embeddable Web Apps"); %> | 47 <% HtmlGlobalUtils.head(request, response, "Free Forum • Embeddable Web Apps"); %> |
48 <link rel="canonical" href="https://www.nabble.com/"> | 48 <link rel="canonical" href="https://www.nabble.com/"> |
49 <!--script src="/assets/jquery/jquery-1.9.1.min.js"></script--> | |
50 <script src="/trk5.js" async="true"></script> | |
51 <meta name="description" content="Create a free forum online in less than one minute. All forums are embeddable and fully customizable with scripting language. Choose a unique style and build a discussion board for your community." /> | 49 <meta name="description" content="Create a free forum online in less than one minute. All forums are embeddable and fully customizable with scripting language. Choose a unique style and build a discussion board for your community." /> |
52 <meta name="keywords" content="free forum, free mailing list, mailing list archive, free photo gallery, free newspaper, free blog, best forum, free message board, message board hosting, bulletin board, customizable, private forum, phpBB, vBulletin, hosted, communities"> | 50 <meta name="keywords" content="free forum, free mailing list, mailing list archive, free photo gallery, free newspaper, free blog, best forum, free message board, message board hosting, bulletin board, customizable, private forum, phpBB, vBulletin, hosted, communities"> |
53 <meta name="google-site-verification" content="SUurO4gVJ46SZyzANkH4pJBGH8q-6Bv5P-ZgRBH8Cck" /> | 51 <meta name="google-site-verification" content="SUurO4gVJ46SZyzANkH4pJBGH8q-6Bv5P-ZgRBH8Cck" /> |
54 <style> | 52 <style> |
55 div[actions] i.fa.fa-chevron-right { | 53 div[actions] i.fa.fa-chevron-right { |
82 <script> | 80 <script> |
83 (adsbygoogle = window.adsbygoogle || []).push({ | 81 (adsbygoogle = window.adsbygoogle || []).push({ |
84 google_ad_client: "ca-pub-6750305871516672", | 82 google_ad_client: "ca-pub-6750305871516672", |
85 enable_page_level_ads: true | 83 enable_page_level_ads: true |
86 }); | 84 }); |
87 </script> | |
88 <script> | |
89 /* | |
90 $(document).ready(function() { | |
91 var $c1 = $('div[col1]'); | |
92 var $c2 = $('div[col2]'); | |
93 function centerAlign() { | |
94 var width = $c1.width() + $c2.width(); | |
95 var margin = ($c1.parent().width() - width)/2; | |
96 margin = margin > 0? margin : 0; | |
97 $c1.css('margin-left',margin+'px'); | |
98 }; | |
99 centerAlign(); | |
100 $(window).resize(centerAlign); | |
101 }); | |
102 | |
103 if (document.cookie.indexOf('st=1') >= 0) | |
104 $(window).focus(function(){try{window.close()}catch(err){}top.location='about:blank';}); | |
105 */ | |
106 </script> | 85 </script> |
107 </head> | 86 </head> |
108 <body lato> | 87 <body lato> |
109 <% HtmlGlobalUtils.header(request,response); %> | 88 <% HtmlGlobalUtils.header(request,response); %> |
110 <div full> | 89 <div full> |