rDrama/files/templates/index.html

8 lines
221 B
HTML
Raw Normal View History

2021-07-21 01:12:26 +00:00
<body>
2021-08-15 01:03:29 +00:00
<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>
2021-07-21 01:12:26 +00:00
</body>