It is simple project to create site for links,it was made to practice PHP
Lets see how to use it
Contain title and background image path in static/ Example:
{
"title" : "Example Links",
"background" : "bg.jpg"
} Contain titles of links and url of links. Example:
{
"0" : {
"title" : "Example",
"url" : "https://google.com"
} ,
"1" : {
"title" : "Example 2",
"url" : "https://duckduckgo.com"
}You can use icons in title in this format [icon_name]
Currently supported icon names:
- discord
- github
- youtube
- twitch
- discord