Files
SOP/sop-website/sop-portal/zh-cn/index.html
tanghc 6ab696dfaf - 新增ISV用户平台
- 新增门户网站(portal)
- 新增`C++`,`Rust`语言SDK
2020-11-07 10:55:12 +08:00

24 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="开放平台OpenApi" />
<meta name="description" content="一站式开放接口服务平台,可快速搭建起自己的开放平台" />
<!-- 网页标签标题 -->
<title>XX开放平台</title>
<link rel="shortcut icon" href="/img/docsite.ico"/>
<link rel="stylesheet" href="/build/home.css" />
</head>
<body>
<div id="root"><div class="home-page" data-reactroot=""><section class="top-section"><header class="header-container header-container-primary"><div class="header-body"><img class="logo" src="/img/logo_white.png"/><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><ul><li class="menu-item menu-item-primary"><a href="http://localhost:8083/index.html#/login" target="_self">登录</a></li><li class="menu-item menu-item-primary"><a href="http://localhost:8083/index.html#/isvReg" target="_self">免费注册</a></li></ul></div></div></header><div class="vertical-middle"><div class="product-name"><h2>开放平台</h2></div><p class="product-desc">XX开放平台一句话介绍。。。</p><div class="button-area"><a class="button button-primary" target="_self" href="http://localhost:8083/index.html#/login">开始使用</a></div></div><div class="animation animation1"></div><div class="animation animation2"></div><div class="animation animation3"></div><div class="animation animation4"></div><div class="animation animation5"></div></section><section class="introduction-section"><div class="introduction-body"><div class="introduction"><h3>介绍部分1</h3><p>介绍文字。。。</p></div><img src="/img/quick_start.png"/></div><div class="introduction-body"><div class="introduction"><h3>介绍部分2</h3><p>介绍文字。。。</p></div><img src="/img/quick_start.png"/></div></section><section class="feature-section"><h3>特性一览</h3><ul><li><img src="/img/feature_maintenance.png"/><div><h4>特性1</h4><p>描述文字。。</p></div></li><li><img src="/img/feature_loadbalances.png"/><div><h4>特性2</h4><p>描述文字。。</p></div></li></ul></section><footer class="footer-container"><div class="footer-body"><div class="copyright"><span><div style="margin:0 auto;padding:20px 0;a:[object Object]"><a style="color:#999;padding-right:10px;text-decoration:none;height:20px;line-height:20px;img:[object Object];p:[object Object]">联系我们xxx@163.com</a></div></span></div></div></footer></div></div>
<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
<script src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script>
<script>
window.rootPath = '';
</script>
<script src="/build/home.js"></script>
</body>
</html>