17 lines
522 B
HTML
17 lines
522 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
|
|
<title>{{DOC_TITLE}}</title>
|
|
<!-- Embed elements Elements via Web Component -->
|
|
<script src="web-components.min.js"></script>
|
|
<link href="styles.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<!--github 地址: https://github.com/stoplightio/elements-->
|
|
<elements-api apiDescriptionUrl="{{DOC_PATH}}" layout="sidebar" router="hash"/>
|
|
|
|
</body>
|
|
</html>
|