-
Notifications
You must be signed in to change notification settings - Fork 35
/
rss_content.html
28 lines (26 loc) · 1.26 KB
/
rss_content.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<base href="about:blank" target="_blank" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; object-src 'self'; frame-src 'none';">
<style>
html { font-size: 100% }
body { padding: 20px 30px; margin: 0; font-family: Arial; font-size: 0.9rem; line-height: 1.5; word-wrap: break-word; }
body * { max-width: 100% !important; height: auto !important; width: auto; word-wrap: break-word; }
footer { padding-top: 20px }
footer a { color: rgb(151, 128, 128); text-decoration: none; padding-left: 16px; font-family: sans-serif; font-size: 0.85rem;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAb0lEQVQY02P4//8/A7GYoaGhARveC8T/0fBqXIo90BS+AmJRBiQBmEJdIH6IpjgEJMeAplAaiJ8A8WcgXgrEf0DWw+SRFbMB8SUgXgfEQlCxdiQ2iuJ8IM7B4QcMxd5YFPzHpZiBWMX4MEIxKTEIAEBQ/MqRjinNAAAAAElFTkSuQmCC') no-repeat left center white;
}
footer a:hover { text-decoration: underline; }
@media print { footer { display: none !important; }}
</style>
</head>
<body>
<section id="smart-rss-content"></section>
<div style="clear: both"></div>
<footer>
<a href="<%- url %>" id="smart-rss-url">{{FULL_ARTICLE}}</a>
</footer>
</body>
</html>