api.html 639 Bytes
Newer Older
afc163's avatar
Updates  
afc163 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Roadhog Api Docs</title>
  <script src="https://a.alipayobjects.com/??g/component/react/15.6.1/react.min.js,g/component/react/15.6.1/react-dom.min.js"></script>
  <!-- antd 2.13.1 -->
  <script src="https://gw.alipayobjects.com/os/rmsportal/jaBdslfXqAHTVBcXroYL.js"></script>
  <link charset="utf-8" rel="stylesheet" type="text/css" href="https://unpkg.com/antd@next/dist/antd.min.css">
  <link rel="stylesheet" href="api.css" />
</head>
<body>
  <script src="api.js"></script>
</body>
</html>