yapi/index.html

13 lines
327 B
HTML
Raw Normal View History

2017-07-10 19:50:11 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>my yApi</title>
2017-07-14 15:30:22 +08:00
<link rel="stylesheet" href="prd/index@dev.css">
2017-07-10 19:50:11 +08:00
</head>
<body>
<div id="yapi" style="height: 100%;"></div>
2017-07-14 15:30:22 +08:00
<script src="prd/index@dev.js"></script>
2017-07-10 19:50:11 +08:00
</body>
2017-07-24 19:43:13 +08:00
</html>