-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.js
17 lines (17 loc) · 1.08 KB
/
games.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
const base = "https://wiki.musk.ovh/Games/";
const games = [
{ title: "Escape From Tarkov", image: "eftbackground.jpg", url: "EFT" },
{ title: "Company of Heroes 2", image: "coh2background.jpg", url: "COH2" },
{ title: "Hearts of Iron 4", image: "hoi4.jpg", url: "HOI4" },
{ title: "Valorant", image: "valorant.jpg", url: "Valorant" },
{ title: "Minecraft", image: "minecraft.jpeg", url: "Minecraft" },
{ title: "Unturned", image: "unturned.jpg", url: "Unturned" },
{ title: "Dont Starve Together", image: "dontstarvetogether.jpg", url: "DST" },
{ title: "Roblox", image: "roblox.jpg", url: "Roblox" },
{ title: "League of Legends", image: "lol.jpg", url: "LOL" },
{ title: "Stardew Valley", image: "stardewvalley.jpg", url: "StardewValley" },
{ title: "Ark: Survival Evolved", image: "arksurvivelevolved.jpg", url: "ARK" },
{ title: "Guilty Gear Strive", image: "ggs.jpg", url: "GGS" },
{ title: "Metal Gear Rising: Revengeance", image: "mgr.jpg", url: "MGR" },
{ title: "Five Nights at Mina's", image: "placeholder.jpg", url: "placeholder" }
];