mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-05 04:47:25 +00:00
13 lines
286 B
JavaScript
13 lines
286 B
JavaScript
const feed = [[
|
|
'2021-10-02',
|
|
'https://oddsquat.org/1',
|
|
'Second Item Title',
|
|
'Use this for the content. It can include html.'
|
|
], [
|
|
'2021-10-01',
|
|
'https://oddsquat.org/2',
|
|
'First Item Title',
|
|
'Use this for the content. It can include html.'
|
|
]]
|
|
|
|
module.exports = { feed }
|