Files
Terminal-Website/filesystem.json
valentijn beda73729d did some stuff.
nothing special
2024-02-01 13:55:07 +01:00

16 lines
676 B
JSON

{
"/": {
"file1.txt": "this is the content of file1<br> i like cheese :)",
"projects": "dir"
},
"/projects/": {
"personal": "dir"
},
"/projects/personal/": {
"discord_bot_builder": "dir"
},
"/projects/personal/discord_bot_builder/": {
"about.txt":"This project is a pesonal project of mine. The goal is that you can easily create discord bots, with commands, to automate some stuff in your discord server!",
"links.txt": "GitHub: <a href=`` onclick='window.location.href=`https://github.com/HerpieDerpieee/PS-Discord-BotBuilder/`'>https://github.com/HerpieDerpieee/PS-Discord-BotBuilder/</a>"
}
}