mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-03 19:20:00 +00:00
21 lines
255 B
HTML
21 lines
255 B
HTML
<!DOCTYPE html>
|
|
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
|
|
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="container">
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|