index.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  5. <!--
  6. Copyright (c) 2016, 2024, 5 Mode
  7. All rights reserved.
  8. This file is part of LightOff.
  9. LightOff is free software: you can redistribute it and/or modify
  10. it under the terms of the GNU General Public License as published by
  11. the Free Software Foundation, either version 3 of the License, or
  12. (at your option) any later version.
  13. LightOff is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. GNU General Public License for more details.
  17. You should have received a copy of the GNU General Public License
  18. along with LightOff. If not, see <https://www.gnu.org/licenses/>.
  19. -->
  20. <title>LightOff</title>
  21. <link rel="shortcut icon" href="/favicon.ico" />
  22. <meta name="description" content="Welcome to LightOff! Let everyone surf by a confortable gray light and imageless!"/>
  23. <meta name="keywords" content="LightOff,free,surf,imageless"/>
  24. <meta name="robots" content="index,follow"/>
  25. <meta name="author" content="5 Mode"/>
  26. <script src="/js/jquery-3.6.0.min.js" type="text/javascript"></script>
  27. <script src="/js/common.js" type="text/javascript"></script>
  28. <link href="/css/style.css" type="text/css" rel="stylesheet">
  29. <link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet">
  30. </head>
  31. <body>
  32. <form id="LIGHTOFFfrmUpload" role="form" method="get" action="/surf.php" target="_self" enctype="multipart/form-data">
  33. <div id="LIGHTOFFcontent">
  34. <div id="LIGHTOFFheader">
  35. <br><br><br><br><br><br><br><br>
  36. <img src="/res/logo.png" style="width:88px;position:relative;top:-5px;">
  37. <br><br><br>
  38. </div>
  39. <input type="url" id="url" name="url" value="https://abcnews.com">&nbsp;<input type="submit" value="GO!"><br>
  40. <br><br><br>
  41. <div style="text-align:center">LightOff was blocked by <b>Wikipedia</b>, off since 1st March 2023</div>
  42. <div id="LIGHTOFFfooterCont">&nbsp;</div>
  43. <div id="LIGHTOFFfooter"><span style="background:#FFFFFF; opacity:0.7;">&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>
  44. </div><!-- content -->
  45. </form>
  46. <script src="/js/home.js" type="text/javascript"></script>
  47. <script>
  48. document.write("<div id='metrics'></div>");
  49. $("#metrics").load("/metrics.html");
  50. </script>
  51. </body>
  52. </html>