mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-24 20:28:37 +00:00
19 lines
216 B
HTML
19 lines
216 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script src="popup.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="panel-section panel-section-list" id='feedList'>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|