1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:25:56 +00:00
Files
tt-rss/utils/notifier/popup.html
2010-02-17 15:53:38 +03:00

15 lines
134 B
HTML

<html>
<style type="text/css">
ul {
padding : 0px;
margin : 0px;
}
</style>
<body>
<ul>
<li>Update</li>
</ul>
</body>
</html>