mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 13:42:48 +00:00
7 lines
248 B
HTML
7 lines
248 B
HTML
<div class="col-md-6">
|
|
<picture class="thumbnail">
|
|
<source srcset="/static/status/{{include.name}}-day-dark.png" media="(prefers-color-scheme: dark)">
|
|
<img class="img-responsive" src="/static/status/{{include.name}}-day.png">
|
|
</picture>
|
|
</div>
|