32 lines
729 B
Plaintext
Executable File
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> |