vue-markdown/index.html

12 lines
202 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>
<script src="/dist/build.js"></script>
</body>
</html>