12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
-
- <!--
- Copyright (c) 2016, 2024, 5 Mode
- All rights reserved.
- This file is part of LightOff.
- LightOff is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- LightOff is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with LightOff. If not, see <https://www.gnu.org/licenses/>.
- -->
-
- <title>LightOff</title>
- <link rel="shortcut icon" href="/favicon.ico" />
- <meta name="description" content="Welcome to LightOff! Let everyone surf by a confortable gray light and imageless!"/>
- <meta name="keywords" content="LightOff,free,surf,imageless"/>
- <meta name="robots" content="index,follow"/>
- <meta name="author" content="5 Mode"/>
-
- <script src="/js/jquery-3.6.0.min.js" type="text/javascript"></script>
- <script src="/js/common.js" type="text/javascript"></script>
-
- <link href="/css/style.css" type="text/css" rel="stylesheet">
-
- <link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet">
-
- </head>
- <body>
- <form id="LIGHTOFFfrmUpload" role="form" method="get" action="/surf.php" target="_self" enctype="multipart/form-data">
- <div id="LIGHTOFFcontent">
-
- <div id="LIGHTOFFheader">
- <br><br><br><br><br><br><br><br>
-
- <img src="/res/logo.png" style="width:88px;position:relative;top:-5px;">
-
- <br><br><br>
- </div>
- <input type="url" id="url" name="url" value="https://wikipedia.org"> <input type="submit" value="GO!"><br>
-
- <div id="LIGHTOFFfooterCont"> </div>
- <div id="LIGHTOFFfooter"><span style="background:#FFFFFF; opacity:0.7;"> 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>
-
- </div><!-- content -->
- </form>
- <script src="/js/home.js" type="text/javascript"></script>
- <script>
- document.write("<div id='metrics'></div>");
- $("#metrics").load("/metrics.html");
- </script>
-
- </body>
- </html>
|