You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: xiaoxie
Date: 2021/11/10
Time: 20:13
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<link href="./css/bootstrap-grid.css" rel="stylesheet" type="text/css" />
<link href="./css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="./css/bootstrap-reboot.css" rel="stylesheet" type="text/css" />
<link href="./css/bootstrap-utilities.css" rel="stylesheet" type="text/css" />
<link href="./css/bootstrap.rtl.css" rel="stylesheet" type="text/css" />
<link href="./pageStatic/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="text-align: center; width: 1000px;position: absolute;bottom: 0px">
<a>体验算法灵魂,发现算法的美</a><br>
<a>关于我们 | 联系我们 | 企业合作 | 免责声明 | 合作链接</a><br>
<a>联系方式xxxxxxxxxx</a>
</div>
</body>
</html>