mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 05:25:32 +08:00
18 lines
377 B
HTML
18 lines
377 B
HTML
<!--
|
|
Copyright .. ShopeX ...http://www.shopex.cn.... All rights reserved.
|
|
See LICENSE file for license details.
|
|
-->
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 500px;
|
|
border: none;
|
|
display: block;
|
|
}
|
|
</style>
|
|
<iframe frameborder="0" scrolling="yes" src="<{$license_iframe_url}>"></iframe> |