|
7 | 7 | body { |
8 | 8 | text-align: center; |
9 | 9 | } |
10 | | - |
11 | | - a:link { |
12 | | - color: #FF4081; |
13 | | - text-decoration: none; |
14 | | - } |
15 | | - |
16 | | - a:visited { |
17 | | - color: #FF4081; |
18 | | - text-decoration: none; |
19 | | - } |
20 | | - |
21 | | - a:hover { |
22 | | - color: #FF4081; |
23 | | - text-decoration: none; |
| 10 | + a { |
| 11 | + text-decoration:none; |
24 | 12 | } |
25 | | - |
26 | | - a:active { |
27 | | - color: #FF4081; |
28 | | - text-decoration: none; |
29 | | - } |
30 | | - |
31 | 13 | </style> |
32 | 14 | </head> |
33 | 15 |
|
|
37 | 19 | document.getElementById("build_time").innerHTML = "Build time: " + time; |
38 | 20 | document.getElementById("git_commit").innerHTML = "Git commit: " + gitCommit; |
39 | 21 | } |
| 22 | + function changeColor(color){ |
| 23 | + var aList = document.getElementsByTagName("a"); |
| 24 | + for(var i = 0; i < aList.length;i++){ |
| 25 | + aList[i].style.color = color; |
| 26 | + } |
| 27 | + } |
40 | 28 | </script> |
41 | 29 |
|
42 | 30 | <body> |
43 | | -<br> |
44 | | -<img width="100" height="100" src="itxtech.png"/><br> |
45 | | -<div style="font-size:25px"><a href="https://itxtech.org">iTX Technologies</a></div> |
46 | | -<br> |
47 | | -<img width="100" height="100" src="icon.png"><br> |
48 | | -<div style="font-size: 25px;"><a href="https://github.com/iTXTech/Daedalus">Daedalus</a></div> |
49 | | -<div id="version" style="font-size: 10px; color: gray;">Version: Unknown</div> |
50 | | -<div id="build_time" style="font-size: 10px; color: gray;">Build time: Unknown</div> |
51 | | -<div id="git_commit" style="font-size: 10px; color: gray;">Git commit: Unknown</div> |
52 | | -<br> |
53 | | -<div style="font-size: 12px; color: gray;">Users must comply with local laws and regulations.</div> |
54 | | -<br> |
55 | | -<div style=" font-size: 12px; color: gray;" >Copyright (C) 2017-2018 iTX Technologies <a href=" mailto:[email protected]" >[email protected]</a> |
56 | | -</div> |
57 | | -<br> |
58 | | -<div style="font-size: 10px; color: gray;"> |
59 | | - This program is free software: you can redistribute it and/or modify<br> |
60 | | - it under the terms of the GNU General Public License as published by<br> |
61 | | - the Free Software Foundation, either version 3 of the License, or<br> |
62 | | - (at your option) any later version.<br> |
| 31 | +<div style="padding:40px 0;"> |
| 32 | + <img width="100" height="100" src="itxtech.png"/><br> |
| 33 | + <div style="font-size:25px"><a href="https://itxtech.org">iTX Technologies</a></div> |
63 | 34 | <br> |
64 | | - This program is distributed in the hope that it will be useful,<br> |
65 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of<br> |
66 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br> |
67 | | - GNU General Public License for more details.<br> |
| 35 | + <img width="100" height="100" src="icon.png"><br> |
| 36 | + <div style="font-size: 25px;"><a href="https://github.com/iTXTech/Daedalus">Daedalus</a></div> |
| 37 | + <div id="version" style="font-size: 10px; color: gray;">Version: Unknown</div> |
| 38 | + <div id="build_time" style="font-size: 10px; color: gray;">Build time: Unknown</div> |
| 39 | + <div id="git_commit" style="font-size: 10px; color: gray;">Git commit: Unknown</div> |
68 | 40 | <br> |
69 | | - You should have received a copy of the GNU General Public License<br> |
70 | | - along with this program. If not, see <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">http://www.gnu.org/licenses/</a>.<br> |
71 | | -</div> |
72 | | -<br> |
73 | | -<br> |
74 | | -<div style="font-size: 16px; color: gray;">Open Source Licenses</div> |
75 | | -<br> |
76 | | -<div style="font-size: 14px; color: gray;"> |
77 | | - <a href="https://github.com/MrFuFuFu/ClearEditText">ClearEditText</a>: <a |
78 | | - href="https://github.com/MrFuFuFu/ClearEditText">APL 2.0</a><br> |
79 | | - <a href="https://github.com/julian-klode/dns66">DNS66</a>: <a |
80 | | - href="https://github.com/julian-klode/dns66/blob/master/COPYING">GPLv3</a><br> |
81 | | - <a href="https://github.com/kaitoy/pcap4j">Pcap4J</a>: <a href="https://github.com/kaitoy/pcap4j">MIT</a><br> |
82 | | - <a href="https://github.com/rtreffer/minidns">MiniDNS</a>: <a |
83 | | - href="https://github.com/rtreffer/minidns/blob/master/LICENCE_LGPL2.1">LGPLv2.1</a><br> |
84 | | - <a href="https://github.com/google/gson">Gson</a>: <a |
85 | | - href="https://github.com/google/gson/blob/master/LICENSE">APL 2.0</a><br> |
86 | | - <a href="https://github.com/shadowsocks/shadowsocks-android">Shadowsocks</a>: <a |
87 | | - href="https://github.com/shadowsocks/shadowsocks-android/blob/master/LICENSE">GPLv3</a> |
| 41 | + <div style="font-size: 12px; color: gray;">Users must comply with local laws and regulations.</div> |
| 42 | + <br> |
| 43 | + <div style=" font-size: 12px; color: gray;" >Copyright (C) 2017-2018 iTX Technologies <a href=" mailto:[email protected]" >[email protected]</a> |
| 44 | + </div> |
| 45 | + <br> |
| 46 | + <div style="font-size: 10px; color: gray;"> |
| 47 | + This program is free software: you can redistribute it and/or modify<br> |
| 48 | + it under the terms of the GNU General Public License as published by<br> |
| 49 | + the Free Software Foundation, either version 3 of the License, or<br> |
| 50 | + (at your option) any later version.<br> |
| 51 | + <br> |
| 52 | + This program is distributed in the hope that it will be useful,<br> |
| 53 | + but WITHOUT ANY WARRANTY; without even the implied warranty of<br> |
| 54 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br> |
| 55 | + GNU General Public License for more details.<br> |
| 56 | + <br> |
| 57 | + You should have received a copy of the GNU General Public License<br> |
| 58 | + along with this program. If not, see <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">http://www.gnu.org/licenses/</a>.<br> |
| 59 | + </div> |
| 60 | + <br> |
| 61 | + <br> |
| 62 | + <div style="font-size: 16px; color: gray;">Open Source Licenses</div> |
| 63 | + <br> |
| 64 | + <div style="font-size: 14px; color: gray;"> |
| 65 | + <a href="https://github.com/MrFuFuFu/ClearEditText">ClearEditText</a>: <a |
| 66 | + href="https://github.com/MrFuFuFu/ClearEditText">APL 2.0</a><br> |
| 67 | + <a href="https://github.com/julian-klode/dns66">DNS66</a>: <a |
| 68 | + href="https://github.com/julian-klode/dns66/blob/master/COPYING">GPLv3</a><br> |
| 69 | + <a href="https://github.com/kaitoy/pcap4j">Pcap4J</a>: <a href="https://github.com/kaitoy/pcap4j">MIT</a><br> |
| 70 | + <a href="https://github.com/rtreffer/minidns">MiniDNS</a>: <a |
| 71 | + href="https://github.com/rtreffer/minidns/blob/master/LICENCE_LGPL2.1">LGPLv2.1</a><br> |
| 72 | + <a href="https://github.com/google/gson">Gson</a>: <a |
| 73 | + href="https://github.com/google/gson/blob/master/LICENSE">APL 2.0</a><br> |
| 74 | + <a href="https://github.com/shadowsocks/shadowsocks-android">Shadowsocks</a>: <a |
| 75 | + href="https://github.com/shadowsocks/shadowsocks-android/blob/master/LICENSE">GPLv3</a> |
| 76 | + </div> |
88 | 77 | </div> |
89 | 78 | </body> |
90 | 79 | </html> |
0 commit comments