mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
23 lines
564 B
HTML
23 lines
564 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>YAPI-高效、易用、功能强大的api管理平台</title>
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/image/favicon.png">
|
|
<link rel="stylesheet" href="/prd/index.css">
|
|
</head>
|
|
<body>
|
|
<div id="yapi" style="height: 100%;"></div>
|
|
|
|
<script src="/prd/manifest.js"></script>
|
|
<script src="/prd/lib2.js"></script>
|
|
<script src="/prd/lib.js"></script>
|
|
<script src="/prd/index.js"></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|