forked from aliyun/ram-policy-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>RAM Policy Editor</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/twitter-bootstrap/3.3.2/css/bootstrap.min.css" type="text/css" />
<script src="https://cdn.bootcss.com/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap-multiselect/0.9.13/css/bootstrap-multiselect.css" type="text/css" />
<script src="https://cdn.bootcss.com/bootstrap-multiselect/0.9.13/js/bootstrap-multiselect.min.js"></script>
<link rel="stylesheet" href="css/react-tagsinput.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="highlight/styles/color-brewer.css">
<script src="highlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad()</script>
</head>
<body>
<div id="main">
<div class="page-header">
<h1>RAM Policy Editor <div id="app-version"></div></h1>
<a href="english.html" target="FrameBox" class="language"><input type="button" value="English" class="btn btn-primary" /></a>
<div class="gh-star">
<iframe
src="https://ghbtns.com/github-btn.html?user=aliyun&repo=ram-policy-editor&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="30px">
</iframe>
</div>
</div>
<div id="policy-editor"></div>
<div class="row">
<hr />
<h2>参考链接</h2>
<ul>
<li><a href="https://help.aliyun.com/document_detail/oss/user_guide/security_management/access_control.html">OSS Resources Reference</a></li>
<li><a href="https://help.aliyun.com/document_detail/ram/ram-user-guide/policy_reference/term.html">RAM Policy Reference</a></li>
</ul>
</div>
</div>
<script type="text/javascript" src="app-babel.js"></script>
</body>
</html>