mirror of https://github.com/jumpserver/jumpserver
24 lines
728 B
HTML
24 lines
728 B
HTML
{% load static %}
|
|
|
|
<!-- css file -->
|
|
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/font-awesome.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/plugins/toastr/toastr.min.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/plugins/sweetalert/sweetalert.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/style.css" %}" rel="stylesheet">
|
|
<link href="{% static "css/plugins/vaildator/jquery.validator.css" %}" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- scripts -->
|
|
<script src="{% static 'js/jquery-2.1.1.js' %}"></script>
|
|
|
|
|
|
<!-- Sweet alert -->
|
|
<script src="{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"></script>
|
|
|
|
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
|
|
|
|
|
|