Mercurial Hosting > nabble
changeset 8:5e0dd77e73e6
Index.java
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 25 Jul 2019 09:53:39 -0600 |
parents | a04508136174 |
children | f28caccdec82 |
files | src/global/web/Index.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/global/web/Index.java Thu Jul 25 11:40:07 2019 +0000 +++ b/src/global/web/Index.java Thu Jul 25 09:53:39 2019 -0600 @@ -43,7 +43,7 @@ out.print( "\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n <head>\r\n " ); HtmlGlobalUtils.head(request, response, "Free Forum • Embeddable Web Apps"); - out.print( "\r\n <link rel=\"canonical\" href=\"https://www.nabble.com/\">\r\n <script src=\"/assets/jquery/jquery-1.9.1.min.js\"></script>\r\n <script src=\"/trk5.js\" async=\"true\"></script>\r\n <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.\" />\r\n <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\">\r\n <meta name=\"google-site-verification\" content=\"SUurO4gVJ46SZyzANkH4pJBGH8q-6Bv5P-ZgRBH8Cck\" />\r\n <style>\r\n div[actions] i.fa.fa-chevron-right{color:#DDD;float:right}\r\n a[fixed]{margin-top:-3em;position:absolute;right:1em;text-decoration:none;background-color:#555;border-radius:.5em;padding:.5em;color:#D0D0D0;text-shadow:0px 1px 1px black;border-bottom:1px dotted #757474}\r\n @media (max-width: 950px) {\r\n div[footer]{padding-bottom:5em}\r\n }\r\n </style>\r\n <script>\r\n $(document).ready(function() {\r\n var $c1 = $('div[col1]');\r\n var $c2 = $('div[col2]');\r\n function centerAlign() {\r\n var width = $c1.width() + $c2.width();\r\n var margin = ($c1.parent().width() - width)/2;\r\n margin = margin > 0? margin : 0;\r\n $c1.css('margin-left',margin+'px');\r\n };\r\n centerAlign();\r\n $(window).resize(centerAlign);\r\n });\r\n\r\n if (document.cookie.indexOf('st=1') >= 0)\r\n $(window).focus(function(){try{window.close()}catch(err){}top.location='about:blank';});\r\n </script>\r\n </head>\r\n <body lato>\r\n " ); + out.print( "\r\n <link rel=\"canonical\" href=\"https://www.nabble.com/\">\r\n <script src=\"/assets/jquery/jquery-1.9.1.min.js\"></script>\r\n <script src=\"/trk5.js\" async=\"true\"></script>\r\n <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.\" />\r\n <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\">\r\n <meta name=\"google-site-verification\" content=\"SUurO4gVJ46SZyzANkH4pJBGH8q-6Bv5P-ZgRBH8Cck\" />\r\n <style>\r\n div[actions] i.fa.fa-chevron-right{color:#DDD;float:right}\r\n a[fixed]{margin-top:-3em;position:absolute;right:1em;text-decoration:none;background-color:#555;border-radius:.5em;padding:.5em;color:#D0D0D0;text-shadow:0px 1px 1px black;border-bottom:1px dotted #757474}\r\n @media (max-width: 950px) {\r\n div[footer]{padding-bottom:5em}\r\n }\r\n </style>\r\n <script async=\"true\" src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n <script>\r\n (adsbygoogle = window.adsbygoogle || []).push({\r\n google_ad_client: \"ca-pub-6750305871516672\",\r\n enable_page_level_ads: true\r\n });\r\n </script>\r\n <script>\r\n $(document).ready(function() {\r\n var $c1 = $('div[col1]');\r\n var $c2 = $('div[col2]');\r\n function centerAlign() {\r\n var width = $c1.width() + $c2.width();\r\n var margin = ($c1.parent().width() - width)/2;\r\n margin = margin > 0? margin : 0;\r\n $c1.css('margin-left',margin+'px');\r\n };\r\n centerAlign();\r\n $(window).resize(centerAlign);\r\n });\r\n\r\n if (document.cookie.indexOf('st=1') >= 0)\r\n $(window).focus(function(){try{window.close()}catch(err){}top.location='about:blank';});\r\n </script>\r\n </head>\r\n <body lato>\r\n " ); HtmlGlobalUtils.header(request,response); out.print( "\r\n <div full>\r\n <div content>\r\n <div col1 center>\r\n <h1 oswald>Free Forum Hosting & Online Web Apps!</h1>\r\n <h2 lato gray>Clean Look <span light>•</span> Embeddable <span light>•</span> Customizable</h2>\r\n <img src=\"/assets/images/home.png\" alt=\"Free forum hosting and online embeddable apps\"/>\r\n </div>\r\n <div col2 actions>\r\n <ul>\r\n <li><a href=\"" ); out.print( (HtmlGlobalUtils.nabbleContextUrl) );