- <%@ page language="java" import="java.util.*" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
- <%@ taglib prefix="s" uri="http://sso.maxkey.org/tags" %>
- <%-- footer --%>
- <div class="footer" >
- <div class="container">
- <table cellpadding="2" cellspacing="0" style="margin-top: 30px;width:100%;height:100%; border:0;">
- <TR>
- <TD align="center" valign="middle" class="footer ">
- <s:Locale code="global.text.copyright"/> © <s:Locale code="global.text.copyright.content"/><br>
- <a href="https://github.com/shimingxy/MaxKey/" target="_blank">https://github.com/shimingxy/MaxKey/</a><br>
- </TD>
- </TR>
- </table>
- </div>
- </div>
|