23 lines
384 B
HTML
23 lines
384 B
HTML
{% extends "public/default.html" %}
|
|
{% block content %}
|
|
<style>
|
|
.heading {
|
|
color: #9F2D17;
|
|
}
|
|
</style>
|
|
<h1 class="heading">Impressum</h1>
|
|
<p>
|
|
C.M. & N.H.<br>
|
|
<br>
|
|
SMV des Goethe-Gymnasium Ludwigsburg<br>
|
|
Seestraße 37<br>
|
|
71638 Ludwigsburg<br>
|
|
poststelle@goethegym-lb.schule.bwl.de<br>
|
|
Tel.: 07141-910-2338<br>
|
|
Fax: 07141-910-2268<br>
|
|
</p>
|
|
|
|
|
|
|
|
{% endblock %}
|