Przeglądaj źródła

Update index.html

master
Pentabyteman GitHub 8 lat temu
rodzic
commit
0b06a916c5
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      web_dev/sas_web/startpage/templates/startpage/index.html

+ 4
- 4
web_dev/sas_web/startpage/templates/startpage/index.html Wyświetl plik

@@ -1,5 +1,5 @@
{% extends "public/default.html" %}
{% load static %}
{% block content %}

<table>
@@ -26,7 +26,7 @@
Sitzverteilung im Parlament nach der Wahl:
</p>
<center class="imagewrap">
<img src="Tabelle_Beispiel_Sitzverteilung.png" alt="Wahlergebnis" class="images">
<img src="{% static "startpage/images/Tabelle_Beispiel_Sitzverteilung.png" %}" alt="Wahlergebnis" class="images">
</center>
<p class="paragraph">
<br>
@@ -34,7 +34,7 @@
<br>
</p>
<center class="imagewrap">
<img src="Parlament.png" alt="Sitverteilung" class="images">
<img src="{% static "startpage/images/Parlament.png" %}" alt="Sitverteilung" class="images">
</center>
<p class="paragraph">
Es ist nun am Parlament, eine Parlamentspräsidentin zu
@@ -50,7 +50,7 @@
und Wahl der Richter.
</p>
<center class="imagewrap">
<img src="Verfassung_modell.png" alt="Modell der Verfassung" class="images">
<img src="{% static "startpage/images/Verfassung_modell.png" %}" alt="Modell der Verfassung" class="images">
</center>
<h1 class="red" id="wahl">Wahl</h1>
<h3 id="wann">Wann wird die Wahl stattfinden?</h3>


Ładowanie…
Anuluj
Zapisz