57dbcc8ad8
FossilOrigin-Name: fcb690387596d29439591f84589fba848c20a2f1bd72ea3aa3259e427a9d372f
24 lines
493 B
HTML
24 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>
|