|
|
|
@ -0,0 +1,13 @@
|
|
|
|
|
<%--
|
|
|
|
|
Created by IntelliJ IDEA.
|
|
|
|
|
User: yht
|
|
|
|
|
Date: 2021/5/30
|
|
|
|
|
Time: 15:29
|
|
|
|
|
To change this template use File | Settings | File Templates.
|
|
|
|
|
--%>
|
|
|
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
|
|
|
<footer class="footer" style="background-color:#1C1C1C;color:white;height:80px;line-height:30px">
|
|
|
|
|
<div class="container text-center">
|
|
|
|
|
<p>所属小组:第九组 电话:12345678901<br />地址:河南省郑州市 邮编:123456</p>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|