Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<html>
<head>
<title>test</title>
<style>
body {
background: white;
}
#top {
background:url('background.png');
width: 360px;
height: 50px;
}
#f {
color: #282b32;
font-size: 12px;
padding-top: 8px;
}
</style>
<body>
<div id="top">
<table>
<tr>
<td id="f"><img src="avatar.png"></td>
<td id="f">qwe qwe qwe<br>
преди няколко секунди <a href="#">Изтрий</a></td>
</tr>
</table>
</div>
</body>
</html>
<html>
<head>
<title>test</title>
<style>
body {
background: white;
}
#top {
background:url('background.png');
width: 360px;
height: 50px;
}
#f {
color: #282b32;
font-size: 12px;
padding-top: 8px;
}
</style>
<body>
<div id="top">
<table>
<tr>
<td id="f" valign="top"><img src="avatar.png"></td>
<td id="f">qwe qwe qwe<br>
преди няколко секунди <a href="#">Изтрий</a></td>
</tr>
</table>
</div>
</body>
</html>