treebird/static/notifications_embed.html
nekobit 57dbcc8ad8 iFrame notifications sidebar
FossilOrigin-Name: fcb690387596d29439591f84589fba848c20a2f1bd72ea3aa3259e427a9d372f
2022-05-25 02:06:11 +00:00

25 lines
493 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Notifications embed</title>
<link rel="stylesheet" type="text/css" href="/%s%s.css">
<style>
html, body
{
background-color: unset;
scrollbar-color: #808080 #eaecf0;
scrollbar-width: thin;
}
</style>
</head>
<body>
<div class="sidebar-embed-container">
%s
<div class="sidebar-embed-notifs">
%s
</div>
</div>
</body>
</html>