mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-19 12:21:07 +00:00
28 lines
947 B
HTML
Executable File
28 lines
947 B
HTML
Executable File
<!--
|
|
* @Author: smallalso<hu141418@gmail.com>
|
|
* @Date: 2020-12-17 10:10:58
|
|
* @LastEditors: smallalso<hu141418@gmail.com>
|
|
* @LastEditTime: 2020-12-17 11:12:18
|
|
* @FilePath: /his-doc/docs/.vuepress/templates/dev.html
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
<link rel="icon" href="./favicon.png" rel="shortcut icon" type="image/vnd.microsoft.icon" />
|
|
<title>dooring-前端开发手册</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong
|
|
>We're sorry but winning-components doesn't work properly without JavaScript
|
|
enabled. Please enable it to continue.</strong
|
|
>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|