all-in-one/php/templates/layout.twig
2021-11-30 11:20:42 +01:00

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>