1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-29 06:45:37 +00:00
rsspreview/popup/popup.html
2024-05-03 14:15:37 +02:00

32 lines
574 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="popup.js"></script>
<style>
.android-feed-btn {
font-size: 40px;
margin-top: 10px;
padding-top:30px;
padding-bottom: 30px;
background-color: rgba(0, 0, 0, 0.06);
border-block: 1px solid rgba(0, 0, 0, 0.1);
}
.android-feed-btn:hover:active {
background-color: rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<div class="panel-section panel-section-list" id='feedList'>
</div>
</body>
</html>