Skip to content

Commit 7405e76

Browse files
authored
Merge pull request #362 from InAWhimsicalManner/main
added games
2 parents ebd6fb3 + ebacdd8 commit 7405e76

File tree

9 files changed

+54
-0
lines changed

9 files changed

+54
-0
lines changed
608 KB
Loading

static/assets/media/icons/cs16.png

17.1 KB
Loading
5.03 KB
Loading
89 KB
Loading
21.4 KB
Loading
5.69 KB
Loading
394 KB
Loading
31.1 KB
Loading

static/assets/scripts/g.js

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,60 @@ document.addEventListener('DOMContentLoaded', () => {
14871487
image: 'https://retrogamesonline.io/cache/data/image/game/parappa-the-rapper-1-f220x180.jpg',
14881488
categories: ['all', 'emu'],
14891489
},
1490+
{
1491+
name: 'Half-Life',
1492+
link: 'https://x8bitrain.github.io/webXash/',
1493+
image: '/assets/media/icons/half-life.png',
1494+
categories: ['all'],
1495+
},
1496+
{
1497+
name: 'Kiomet',
1498+
link: 'https://kiomet.com',
1499+
image: '/assets/media/icons/kiomet.webp',
1500+
categories: ['all'],
1501+
},
1502+
{
1503+
name: 'Tribals.io',
1504+
link: 'https://tribals.io/',
1505+
image: '/assets/media/icons/tribalsio.jpg',
1506+
categories: ['all'],
1507+
},
1508+
{
1509+
name: 'Counter Strike 1.6',
1510+
link: 'https://play-cs.com/en/servers',
1511+
image: '/assets/media/icons/cs16.png',
1512+
categories: ['all'],
1513+
},
1514+
{
1515+
name: 'Narrow One',
1516+
link: 'https://narrow.one',
1517+
image: '/assets/media/icons/narrowone.png',
1518+
categories: ['all'],
1519+
},
1520+
{
1521+
name: 'Kirka',
1522+
link: 'https://kirka.io',
1523+
image: '/assets/media/icons/kirka.jpg',
1524+
categories: ['all'],
1525+
},
1526+
{
1527+
name: 'Cryzen',
1528+
link: 'https://cryzen.io',
1529+
image: '/assets/media/icons/cryzen.png',
1530+
categories: ['all'],
1531+
},
1532+
{
1533+
name: 'Hordes',
1534+
link: 'https://hordes.io',
1535+
image: '/assets/media/icons/hordes.jpg',
1536+
categories: ['all'],
1537+
},
1538+
{
1539+
name: 'Venge',
1540+
link: 'https://venge.io',
1541+
image: '/assets/media/icons/venge.png',
1542+
categories: ['all'],
1543+
},
14901544
]
14911545

14921546
function saveToLocal(path) {

0 commit comments

Comments
 (0)