Files
orico-official-website-old/app/us/view/group/business.phmtl
2024-10-29 14:04:59 +08:00

32 lines
729 B
Plaintext
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
{include file="include/head" /}
<meta charset="UTF-8">
<title>Shop for Business</title>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/subject/brand.css">
</head>
<body>
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-white">
{include file="include/top" /}
{include file="include/top-header" /}
</div>
</header>
{include file="include/top-header-mobile" /}
<!--top End-->
<div class="img-responsive"><img src="__PUBLIC__/web/images/brand/group_brand_b.jpg" alt=""/></div>
<!-- bottom s -->
{include file="include/bottom" /}
<!-- bottom e -->
</body>
</html>