-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (56 loc) · 2.74 KB
/
index.html
File metadata and controls
85 lines (56 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--
Copyright (c) 2016, 2028 NuMode
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!"/>
<meta name="keywords" content="LightOff,free,surf,imageless"/>
<meta name="robots" content="index,follow"/>
<meta name="author" content="NuMode"/>
<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="miourl" value="https://abcnews.com"> <input type="submit" value="GO!"><br>
<br><br><br>
<div style="text-align:center;color:red;"><b>ATTENTION</b>: <b>DO NOT use with sensible information</b> like<br> usernames and passwords!</div>
<div id="LIGHTOFFfooterCont"> </div>
<div id="LIGHTOFFfooter"><span style="background:#FFFFFF; opacity:0.7;"> <a href="https://numode.eu/dd.html" class="aaa">Disclaimer</a>. A <a href="http://numode.eu" class="aaa">NuMode</a> project and <a href="http://demo.numode.eu" 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='skinner'></div>");
$("#skinner").load("/skinner.html");
</script>
<script>
document.write("<div id='metrics'></div>");
$("#metrics").load("/metrics.html");
</script>
</body>
</html>