21 lines
483 B
Twig
21 lines
483 B
Twig
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta name="description" content="">
|
||
|
<meta name="author" content="">
|
||
|
|
||
|
<title>{% trans %}Ein XMPP-Konto registrieren{% endtrans %}</title>
|
||
|
|
||
|
<!-- Bootstrap core CSS -->
|
||
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
{% block content %}{% endblock %}
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|