Add another div to separate from other content

main
sigonasr2, Sig, Sigo 3 years ago
parent 672a12600f
commit e3dee9dc44
  1. 4
      sigPlace.java

@ -22,9 +22,9 @@ public class sigPlace {
final static HashMap<String,String> map = new HashMap<>(Map.ofEntries(
new AbstractMap.SimpleEntry<>("$SITENAME", "SigPlace"),
new AbstractMap.SimpleEntry<>("$SITE_BACKCOL", "#111"),
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<h1>"),
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_START", "<div><h1>"),
new AbstractMap.SimpleEntry<>("$TITLE_CONTENT_END", "</h1><div class=\"content\">"),
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div>")
new AbstractMap.SimpleEntry<>("$CONTENT_END", "</div></div>")
));
final static HashMap<String,Path> ops = new HashMap<>(Map.ofEntries(
new AbstractMap.SimpleEntry<>(

Loading…
Cancel
Save