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.

87 lines
3.8 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.

<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>社团网站</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<body>
<!--footer news Start-->
<div class="ne_footer_main_wrapper">
<div class="ne_footer_img_overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<div class="ne_footer_first_section">
<img src="<%=basePath%>home/images/header/logo.png" alt="img" class="img-responsive">
<p>有人的地方就会有生活,有生活的地方就会有咱们。咱们真诚期盼你的加入!
<br>
<br>勤奋是成功之花的蕊,是理想之舟的帆。</p>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<div class="ne_footer_second_section">
<h2>POPULAR POST</h2>
<div class="ns_footer_rp_main_wrapper">
<div class="ns_footer_rp_img_wrapper">
<img src="<%=basePath%>home/images/content/footer_recent1.png" alt="img">
</div>
<div class="ns_footer_rp_img_cont_wrapper">
<h3><a href="#">These Are the 10 Color</a></h3>
<p><a href="#"><i class="fa fa-calendar"></i> &nbsp;25 OCT, 2017</a>
</p>
</div>
</div>
<div class="ns_footer_rp_main_wrapper ns_footer_rp_main_wrapper2">
<div class="ns_footer_rp_img_wrapper">
<img src="<%=basePath%>home/images/content/footer_recent2.png" alt="img">
</div>
<div class="ns_footer_rp_img_cont_wrapper">
<h3><a href="#">These Are the 10 Color</a></h3>
<p><a href="#"><i class="fa fa-calendar"></i> &nbsp;25 OCT, 2017</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<div class="ne_footer_second_section">
<h2>联系我们</h2>
<div class="ns_footer_tag_main_wrapper">
<ul>
<li><a href="javascript:void(0)">电话123123123</a>
</li>
<li><a href="javascript:void(0)">邮箱test@123.com</a>
</li>
<li><a href="javascript:void(0)">地址xxx大街xxx号</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>