initial commit

This commit is contained in:
2025-12-04 09:57:17 +01:00
commit 0054cc02b1
4851 changed files with 4416257 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,48 @@
html {
background-color: #fff;
}
.header {
background-color: #fff;
}
body {
color:#000;
font-family: Arial;
font-size: 12px;
background-color: #fff;
}
.footer {
color: #000;
font-family: Arial;
font-size: 12px;
background-color: #ccc;
}
h1 {
color: #000;
font-family: Arial;
font-size: 28px;
}
h2 {
color: #000;
font-family: Arial;
font-size: 26px;
}
h3 {
color: #000;
font-family: Arial;
font-size: 24px;
}
a {
color: #21759B;
font-family: Arial;
font-size: 12px;
text-decoration:'none';
}
.divider {
border-color: #000;
border-size: 1px;
border-style: solid;
}
unsubscribe {
color:#7f7f7f;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB