mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 06:09:11 +08:00
29 lines
675 B
HTML
29 lines
675 B
HTML
<!DOCTYPE html>
|
|
<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>
|
|
<link href="/css/plugins/steps/jquery.steps.css" rel="stylesheet"/>
|
|
|
|
</head>
|
|
|
|
<body class="gray-bg">
|
|
<vc:create name="bodyTop"></vc:create>
|
|
<!--<vc:create name="loading"></vc:create>-->
|
|
<div>
|
|
<vc:create name="company"></vc:create>
|
|
|
|
</div>
|
|
<vc:create name="commonBottom"></vc:create>
|
|
|
|
</body>
|
|
|
|
</html> |