yapi/static/index.html

41 lines
1.1 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2017-07-12 17:01:27 +08:00
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2017-07-31 11:18:23 +08:00
<title>YAPI-高效、易用、功能强大的api管理平台</title>
2017-08-23 21:05:13 +08:00
<link rel="icon" type="image/png" sizes="192x192" href="/image/favicon.png">
<script>
2017-08-23 18:24:29 +08:00
document.write('<script src="/prd/assets.js?v=' + Math.random() + '"><\/script>');
</script>
<script>
document.write('<link rel="stylesheet" href="/prd/' + window.WEBPACK_ASSETS['index.js'].css + '" />');
</script>
</head>
<body>
<div id="yapi" style="height: 100%;"></div>
<script>
document.write('<script src="/prd/' + window.WEBPACK_ASSETS['manifest'].js + '"><\/script>');
</script>
<script>
document.write('<script src="/prd/' + window.WEBPACK_ASSETS['lib2'].js + '"><\/script>');
</script>
<script>
document.write('<script src="/prd/' + window.WEBPACK_ASSETS['lib'].js + '"><\/script>');
</script>
2017-07-12 17:01:27 +08:00
<script>
document.write('<script src="/prd/' + window.WEBPACK_ASSETS['index.js'].js + '"><\/script>');
</script>
2017-08-19 19:43:04 +08:00
<script src="/lib/qsso-auth.js"></script>
</body>
</html>