overhaul using augmented-ui
[browser-rts.git] / src / render / fight.ts
index 94d97917b96c386be3426df41b11d215b2bdbf2b..833341e17db62654aa698fc68257c9fad1b1ca6e 100644 (file)
@@ -36,6 +36,7 @@ export function renderOverworldMap(cities: City[], yourCity: City): string {
         rows[y] += '</tr>';
     }
     let html = `
+    <h2>Map</h2>
     <div id="city-offence"></div>
     <div id="outgoing-attacks" hx-trigger="reload-outgoing-attacks, every 600s, load" hx-get="/attacks/outgoing"></div>
     <table id="overworld-map">