mirror of https://github.com/jumpserver/jumpserver
16 lines
460 B
HTML
16 lines
460 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/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>
|
|
<script src="{% static "js/bootstrap.min.js" %}"></script>
|
|
|
|
|
|
|