Skip to content
Snippets Groups Projects
status.mustache 460 B
Newer Older
marudor's avatar
marudor committed
Space is {{#open}}<span class="open">open</span> on <span class="person">{{trigger_person}}</span>{{/open}}
{{^open}}<span class="closed">closed</span>{{/open}}
<br>since {{since}}
<br>
<style>
 #pa {
  margin: auto;
  display: flex;
  height: 310px;
  width: 470px;
}

#ch {
  margin: auto;  /* Magic! */
  max-width: 100%;
  max-height: 100%;
}
</style>

<div id="pa">
   <img id="ch" src="http://maurudor.de/?rasd={{random}}"></img>
</div>

</body>
</html>