68528563ca
FossilOrigin-Name: 3b07c47b0c552f2b9a76b8e5ba3dc0ae16477d60b018694a6cfbcca5b5c419d5
25 lines
559 B
Cheetah
25 lines
559 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Notifications embed</title>
|
|
<link rel="stylesheet" type="text/css" href="/treebird.css">
|
|
{{ %s : theme_str }}
|
|
<style>
|
|
html, body
|
|
{
|
|
background-color: unset;
|
|
scrollbar-color: #808080 #eaecf0;
|
|
scrollbar-width: thin;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="sidebar-embed-container">
|
|
{{%s:navigation_box}}
|
|
<div class="sidebar-embed-notifs">
|
|
{{%s:notifications}}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|