mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-23 23:54:07 +08:00
12 lines
No EOL
305 B
HTML
12 lines
No EOL
305 B
HTML
<div id="ft">
|
|
{{if $setting.footer!="" && $setting.kangle_type=='enterprise'}}
|
|
{{$setting.footer}} {{else}}
|
|
<p>
|
|
Powered by <strong><a href="#">easypanel/{{$EASYPANEL_VERSION}}</a> (c) 2020</strong>
|
|
</p>
|
|
{{/if}}
|
|
</div>
|
|
<script type="text/javascript"></script>
|
|
</div>
|
|
</body>
|
|
</html> |