mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
17 lines
299 B
HTML
17 lines
299 B
HTML
{% load static %}
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
{% include 'admin/includes/css-part.html' %}
|
|
</head>
|
|
<body>
|
|
|
|
|
|
{% include 'admin/includes/js-part.html' %}
|
|
<script src="{% static 'admin/simpleui-x/js/axios.min.js' %}"></script>
|
|
</body>
|
|
</html> |