14 lines
583 B
HTML
14 lines
583 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
html,body{margin:0;background:#6a6a6a;width:280px;height:80px;}
|
|
.row{display:flex;gap:12px;padding:12px;align-items:center;}
|
|
.cell{background:#444;padding:4px;border-radius:4px;}
|
|
img{display:block;}
|
|
</style>
|
|
<div class="row">
|
|
<div class="cell"><img src="file:///workspace/.grok/favicon.svg.tmp" width="16" height="16"></div>
|
|
<div class="cell"><img src="file:///workspace/.grok/favicon.svg.tmp" width="32" height="32"></div>
|
|
<div class="cell"><img src="file:///workspace/.grok/favicon.svg.tmp" width="48" height="48"></div>
|
|
</div>
|