RSSHub/lib/middleware/templates/iframe.art

15 lines
347 B
Plaintext

<iframe referrerpolicy="no-referrer" width=100% height=150vh frameborder=0 marginheight=0 marginwidth=0
style="border:0; margin:0; padding:0; width:100%; height:150vh;"
srcdoc="
<!DOCTYPE html>
<html>
<head>
<meta name=&quot;referrer&quot; content=&quot;no-referrer&quot;>
</head>
<body>
{{ content }}
</body>
</html>
">
</iframe>