forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopyright.jsp
More file actions
51 lines (49 loc) · 2.26 KB
/
copyright.jsp
File metadata and controls
51 lines (49 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="css/style.css" rel="stylesheet">
<style type="text/css">
<!--
.style2 {
font-size: 12px;
color: #FF0000;
}
.style3 {color: #000000}
-->
</style>
</head>
<body>
<table width="%90" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="15" height="129"></td>
<td width="722" valign="top"><div align="center">
<p> </p>
<p><img src="images/mrbiao.gif" width="94" height="95" align="absmiddle"></p>
<p>版权所有:明日科技</p>
</div></td>
<td width="13"></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
<td></td>
</tr>
<tr>
<td height="277"> </td>
<td valign="top"><p> </p> <h1 align="center">明日科技简介 </h1> <p> 吉林省明日科技有限公司是一家以计算机软件技术为核心的高科技型企业,公司创建于2000年12月,是专业的应用软件开发商和服务提供商。多年来始终致力于行业管理软件开发、数字化出版物开发制作、计算机网络系统综合应用、行业电子商务网站开发等,先后成功开发了涉及生产、管理、控制、仓贮、物流、营销、服务等领域的多种企业管理应用软件和应用平台。公司拥有软件开发和项目实践方面的资深专家和学习型技术团队,以软件工程为指导思想建立了软件研发和销售服务体系,公司基于长期研发投入和丰富的行业经验,本着“让客户轻松工作,同客户共同成功”的奋斗目标,努力发挥“专业、易用、高效”的产品优势,竭诚为广大用户提供优质的产品和服务。</p> <p> 企业宗旨:为企业服务,打造企业智能管理平台,改善企业的管理与运作过程,提高企业效率,降低管理成本,增强企业核心竞争力。为企业快速发展提供源动力。</p> <p> 企业文化:博学、创新、求实、笃行</p> <p> 公司理念:用今日的辛勤工作,换明日的百倍回报!</p></td>
<td> </td>
</tr>
<tr>
<td height="24"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>