mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
13 lines
309 B
HTML
13 lines
309 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>my yApi</title>
|
|
<link rel="stylesheet" href="./dev/index@dev.css">
|
|
</head>
|
|
<body>
|
|
<div id="yapi"></div>
|
|
<script src="./dev/index@dev.js"></script>
|
|
</body>
|
|
</html> |