mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-14 11:04:28 +08:00
13 lines
310 B
Twig
13 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>
|