vue-markdown/index.html

12 lines
203 B
HTML
Raw Normal View History

2018-08-23 15:11:31 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>template</title>
</head>
<body>
<div id="app"></div>
2018-11-06 09:31:04 +08:00
<script src="./dist/build.js"></script>
2018-08-23 15:11:31 +08:00
</body>
</html>