e01ea11625
FossilOrigin-Name: 969c150fdd1a11067792ff1f6b7f2eeda7da97cf0d25d859a1339a0cdea2ea3e
24 lines
554 B
Cheetah
24 lines
554 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Notifications embed</title>
|
|
<link rel="stylesheet" type="text/css" href="/{{%s:theme}}{{%s:theme_var}}.css">
|
|
<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>
|