wuxw
2019-04-28 3a7fbbdc344b6451247e2982fedfcdf061c2429c
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
 
<html lang="en"
      xmlns="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org"
      xmlns:vc="http://www.thymeleaf.org">
 
<head>
 
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 
    <title>请注册 | java110</title>
 
    <vc:create name="commonTop"></vc:create>
 
</head>
 
<body class="gray-bg">
<vc:create name="loading"></vc:create>
<div id="component" class="middle-box text-center loginscreen animated fadeInDown">
    <vc:create name="register"></vc:create>
 
</div>
 
 
<vc:create name="commonBottom"></vc:create>
</body>
 
</html>