rDrama/files/templates/index.html

8 lines
245 B
HTML
Raw Normal View History

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