CZ_OpenSpice/MyJade/index.html

11 lines
231 B
HTML
Raw Normal View History

2021-01-20 20:01:46 +08:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="jquery-1.11.2.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
<div class="jade"></div>
</body>
</html>