rDrama/drama/templates/index.html

8 lines
249 B
HTML
Raw Normal View History

2021-07-21 01:12:26 +00:00
<body>
<div id="vm">
<p>{{ greeting }}</p>
<p>[[ greeting ]]</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="{{ url_for('static', filename='index.js') }}"></script>
</body>