mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 15:22:30 +01:00
16 lines
227 B
HTML
16 lines
227 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>%1</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
%style%
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
%2
|
|
|
|
</body>
|
|
</html> |