mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
1bf1b2b284
Signed-off-by: Simon L <szaimen@e.mail.de>
12 lines
310 B
Twig
12 lines
310 B
Twig
<html>
|
|
<head>
|
|
<title>AIO</title>
|
|
<link rel="stylesheet" href="/style.css" media="all" />
|
|
<link rel="icon" href="/img/favicon.png">
|
|
<script type="text/javascript" src="forms.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
{% block body %}{% endblock %}
|
|
</body>
|
|
</html>
|