rssguard/resources/skins/nudus-base/html_wrapper.html
akinokonomi 92aa7c8d97
Update "nudus" skin and more (#540)
* Update dark style colours in skinfactory.cpp

* Update vergilius metadata.xml, add %8 id

* Update nudus skin. Separate it to light and dark versions (SCSS)

Co-authored-by: akinokonomi <akinokonomi@example.com>
2021-12-09 08:11:18 +01:00

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>