浏览代码

Update index.html

master
nils 8 年前
父节点
当前提交
9a065011db
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. +3
    -5
      web_dev/sas_web/news/templates/news/index.html

+ 3
- 5
web_dev/sas_web/news/templates/news/index.html 查看文件

@@ -8,15 +8,13 @@
Die Bürger Goethopias haben gewählt. <b>David Schwarz</b> ist der neue Präsident und die <b>Liberalen Sozialdemokraten</b> werden die stärkste Partei im Parlament:
<br>
<table>
<tr width="50%">
<td>
<tr>
<td width="50%">
<center class="imagewrap">
<img src="{% static "news/images/Sitzverteilung.png" %}" alt="Wahlergebnis" class="images" width="40%">
</center>
</td>
</tr>
<tr width="50%">
<td>
<td width="50%">
<center class="imagewrap">
<img src="{% static "news/images/parliament.png" %}" alt="Sitverteilung" class="images" width="40%">
</center>


正在加载...
取消
保存