mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
11 lines
174 B
HTML
11 lines
174 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- ...existing code... -->
|
|
</head>
|
|
<body>
|
|
{% include 'components/header.html' %}
|
|
<!-- ...existing code... -->
|
|
</body>
|
|
</html> |