blob: 47bf6351bc58cf6ab6a7ed420f35b566a7430a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"motd": [{
"begin": "Jan 1 2021 00:00:00",
"end": "Dec 31 2021 23:59:00",
"type": "daily",
"platform": "all",
"text": [
{ "lang": "en",
"str": "This is a <a href='https://leap.se'>test!</a>"},
{ "lang": "es",
"str": "Esto es una <a href='https://leap.se'>pruebita!</a>"}
]}
]
}
|