index.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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!"/>
  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="miourl" value="https://abcnews.com">&nbsp;<input type="submit" value="GO!"><br>
  40. <br><br><br>
  41. <div style="text-align:center;color:red;"><b>ATTENTION</b>: <b>DO NOT use with sensible information</b> like<br> usernames and passwords!</div>
  42. <div id="LIGHTOFFfooterCont">&nbsp;</div>
  43. <div id="LIGHTOFFfooter"><span style="background:#FFFFFF; opacity:0.7;">&nbsp;&nbsp;<a href="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>
  44. </div><!-- content -->
  45. </form>
  46. <script src="/js/home.js" type="text/javascript"></script>
  47. <script>
  48. document.write("<div id='skinner'></div>");
  49. $("#skinner").load("/skinner.html");
  50. </script>
  51. <script>
  52. document.write("<div id='metrics'></div>");
  53. $("#metrics").load("/metrics.html");
  54. </script>
  55. </body>
  56. </html>