mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-24 06:05:20 +00:00
3 lines
132 B
HTML
3 lines
132 B
HTML
|
{% load static %}
|
||
|
<script src="{% static "js/jquery.min.js" %}"></script>
|
||
|
<script src="{% static "js/bootstrap.min.js" %}"></script>
|