main.html
2.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--360浏览器优先以webkit内核解析-->
<title>华恒介绍</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet"/>
<link href="../static/css/main/animate.min.css" th:href="@{/css/main/animate.min.css}" rel="stylesheet"/>
<link href="../static/css/main/style.min862f.css" th:href="@{/css/main/style.min862f.css}" rel="stylesheet"/>
</head>
<body class="gray-bg">
<div class="row border-bottom white-bg dashboard-header">
<div class="col-sm-12">
<blockquote class="text-warning" style="font-size:14px">
<br>您是否一直渴望实现仓储物流的自动化,实现精准管理,但是又感觉无从下手…
<br>…………
<h4 class="text-danger">那么,现在华恒来了。</h4>
</blockquote>
<hr>
</div>
<div class="col-sm-3">
<h2>Hello,Guest</h2>
<small>移动设备访问请扫描以下二维码:</small>
<br>
<br>
<img th:src="@{/img/qr_code.png}" width="100%" style="max-width:264px;">
<br>
</div>
<div class="col-sm-5">
<h2>华恒后台管理框架</h2>
<p>华恒后台管理系统,主要用于WMS的管理,可以在立体仓库、平库、流水线等物流系统上使用,实现物料的精准管理</p>
<p>
<b>当前版本:</b><span>v[[${version}]]</span>
</p>
<br>
<p>
<!--<a class="btn btn-success btn-outline" href="https://#" target="_blank">-->
<!--<i class="fa fa-cloud"> </i> 访问华恒-->
<!--</a>-->
<a class="btn btn-white btn-bitbucket" href="http://http://www.huahengrobot.com/" target="_blank">
<i class="fa fa-home"></i> 访问华恒
</a>
</p>
</div>
<div class="col-sm-4">
<h4>技术选型:</h4>
<ol>
<li>核心框架:Spring Boot。</li>
<li>安全框架:Apache Shiro。</li>
<li>模板引擎:Thymeleaf。</li>
<li>持久层框架:MyBatis。</li>
<li>定时任务:Quartz。</li>
<li>数据库连接池:Druid。</li>
<li>工具类:Fastjson。</li>
<li>更多……</li>
</ol>
</div>
</div>
<script th:src="@{/js/jquery.min.js}"></script>
<script th:src="@{/js/bootstrap.min.js}"></script>
</body>
</html>