Add 'flag' header

This commit is contained in:
worldwidepixel 2024-06-02 19:16:45 -07:00
parent aa1218ca9a
commit f70cda5c9f

View file

@ -9,6 +9,7 @@
<div class="nationCoreInfo"> <div class="nationCoreInfo">
<h1 style="margin: 0"> {{ nation.name }} </h1> <h1 style="margin: 0"> {{ nation.name }} </h1>
<p style="font-family:monospace"> {{ nation.short }} </p> <p style="font-family:monospace"> {{ nation.short }} </p>
<h2> Flag </h2>
<img class="nationFlag" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." /> <img class="nationFlag" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." />
</div> </div>
<div class="nationCoreInfo"> <div class="nationCoreInfo">