mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 14:41:00 +01:00
3fa30c1fba
French version included Fixes #214 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
11 lines
461 B
HTML
11 lines
461 B
HTML
<div class="link-wrapper col-md-3 col-sm-6 col-xs-6">
|
|
<div class="link" onclick="location.href = '${url}'">
|
|
<div class="body" style="background-image: url('${icon}')">
|
|
<div class="overlay icon-${overlay}"></div>
|
|
</div>
|
|
<div class="footer">
|
|
<p>${name}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|