Files
dde_gesture_manager/api/views/layout.html
T

13 lines
359 B
HTML
Raw Normal View History

2021-12-17 18:24:32 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
2021-12-17 18:24:32 +08:00
<title>{% block title %}{% endblock %}</title>
<link rel="shortcut icon" href="/images/favicon.png"/>
<link rel="bookmark" href="/images/favicon.png"/>
<link rel="stylesheet" type="text/css" href="/css/site.css"/>
</head>
<body>
{% block body %}{% endblock %}
</body>
2021-12-17 18:24:32 +08:00
</html>