classic-ui/app.html

10 lines
149 B
HTML
Raw Normal View History

2022-04-22 06:05:56 +03:00
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>