forked from Anankke/SSPanel-UIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaff.tpl
53 lines (53 loc) · 2.44 KB
/
staff.tpl
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<title>{$config['appName']}</title>
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="bookmark" href="/favicon.ico"/>
<link rel="stylesheet" href="/assets/css/info-pages.min.css">
</head>
<body>
<div class="container">
<div class="copy-container center-xy">
<p>MIT License</p>
<p class="copyright">©2019 SSPanel UIM</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>
<br>
<p>The above copyright notice and this permission notice shall be included in all
<p>copies or substantial portions of the Software.</p>
<br>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</p>
<br>
<br>
<h1><a href="https://wiki.sspanel.org/#/contributors">贡献者清单</a></h1>
<br>
<br>
<h1><a href="https://github.com/Anankke/SSPanel-Uim">GitHub</h1>
<br>
<br>
<h1>SSPanel-UIM 中所使用的开源项目</h1>
<p><a href="https://github.com/smarty-php/smarty">Smarty template engine</a></p>
<p><a href="https://github.com/slimphp/Slim">Slim Framework</a></p>
<p><a href="https://github.com/orvice/ss-panel">ss-panel</a></p>
<p><a href="https://github.com/tabler/tabler">tabler</a></p>
<br>
<br>
<h1>鸣谢</h1>
<p>所有被引用过代码的开发者,以及所有提交过 PR 的贡献者。当然,还有在使用这份程序的你我Ta。</p>
</div>
</div>
</body>
</html>