index.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <!DOCTYPE html>
  2. <html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  6. <title>Coder Mail: Write to us to get an account</title>
  7. <!--
  8. Copyright (c) 2016, 2024, 5 Mode
  9. All rights reserved.
  10. Redistribution and use in source and binary forms, with or without
  11. modification, are permitted provided that the following conditions are met:
  12. * Redistributions of source code must retain the above copyright
  13. notice, this list of conditions and the following disclaimer.
  14. * Redistributions in binary form must reproduce the above copyright
  15. notice, this list of conditions and the following disclaimer in the
  16. documentation and/or other materials provided with the distribution.
  17. * Neither 5 Mode nor the names of its contributors
  18. may be used to endorse or promote products derived from this software
  19. without specific prior written permission.
  20. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  21. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  22. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  23. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
  24. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  25. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  26. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  27. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  28. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  29. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30. https://opensource.org/licenses/BSD-3-Clause -->
  31. <link rel="shortcut icon" href="favicon.ico" />
  32. <meta name="description" content="Coder Mail, write to us to get an account. This a 5 Mode service."/>
  33. <meta name="keywords" content="Coder Email,codermail.org,service,5 mode"/>
  34. <meta name="robots" content="index,follow"/>
  35. <meta name="author" content="5 Mode"/>
  36. <script src="/js/jquery-3.6.0.min.js" type="text/javascript"></script>
  37. <script src="/js/bootstrap.min.js" type="text/javascript"></script>
  38. <script src="/js/common.js" type="text/javascript"></script>
  39. <script src="/js/index-html.js" type="text/javascript" defer="defer"></script>
  40. <link href="/css/style.css" type="text/css" rel="stylesheet"/>
  41. <link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet"/>
  42. <meta http-equiv='refresh' content='30;url=http://5mode.com'>
  43. </head>
  44. <body style="background-color:lightgray; font-family: 'Press Start 2P', cursive; font-size:10px;">
  45. <!--
  46. <div id="butParent" title="Return to parent">
  47. <img src="/res/parent.png" style="width:54px; height:46px;" alt="Go to parent">
  48. </div> -->
  49. <div id="appMenuIco" onclick="popupMenu()" style="position:absolute; top:40px; left:30px; border: 0px solid yellow; margin:0; padding: 0px; cursor:pointer; z-index:99999;">
  50. <img src="/res/app-menu2.png" style="background: #FFFFFF; width:42px; height:35px;" alt="burger menu">
  51. </div>
  52. <div class="appMenu" style="position:absolute; top:80px; left:30px; display:none; background-color:#ffffff; width:380px; margin:0; padding: 0px; border: 2px solid darkgray;font-family: Sans, Verdana, Serif;font-size:12px;font-weight:500;"><!-- Here goes the content of the AppMenu --></div
  53. <div class="content5">
  54. <div style="width:100%; text-align:center">
  55. <br><br><br><br><br>
  56. <span class="welcome">Welcome!</span><br><br>
  57. <div style="clear:both;margin:auto;min-width:350px;width:100%;">
  58. <br><br>
  59. <img src="/res/pigeon.png" style="width:300px; max-width:100%;">
  60. <br>
  61. <a href="mailto:info@codermail.org"><span style="color:black;font-size:18px">&gt;&gt;&nbsp;searching a coder?&nbsp;&lt;&lt;</span></a><br>
  62. Please <a href="mailto:info@codermail.org">write to us</a> or wait 30 sec..<br><br>
  63. If the website doesn't load press <a href="http://5mode.com" target="_self">here</a>.<br><br>
  64. <br><br>
  65. <a href="mailto:info@5mode.com"><span style="color:black;font-size:18px">&gt;&gt;&nbsp;interest in yourname@codermail.org?&nbsp;&lt;&lt;</span></a><br>
  66. It is just free forever. Please, <a href="mailto:info@5mode.com">email us</a>!
  67. </div>
  68. </div>
  69. <div id="originsDisplay" style="display:none">
  70. <br>
  71. &nbsp;<span class="originLabel">Coding:</span>&nbsp;Italy<br>
  72. &nbsp;<span class="originLabel">Server:</span>&nbsp;United States&nbsp;<br>
  73. &nbsp;<span class="originLabel"><a href="http://metrica.yandex.com" class="bbb">Metrics</a>:</span>&nbsp;Russia&nbsp;<br>
  74. <br>
  75. </div>
  76. <div id="footerCont">&nbsp;</div>
  77. <div id="footer"><span style="background:#FFFFFF; opacity:0.7;">&nbsp;&nbsp;<a href="https://5mode.com/dd.html" class="aaa">Disclaimer</a>.&nbsp;&nbsp;A <a href="http://5mode.com" class="aaa">5 Mode</a> project and <a href="http://demo.5mode.com" class="aaa">WYSIWYG</a> system. Some rights reserved.</span></div>
  78. </div>
  79. <!-- content5 -->
  80. </body>
  81. </html>