diff --git a/index.js b/index.js index 2d0d053..5bff49c 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,10 @@ const staticpath = path.join(__dirname, (process.env.STATIC_PATH || 'static/')) app.use(express.static(staticpath)) +app.get("/curl", (req, res) => { + res.sendFile(path.join(__dirname, "resources/curl")) +}) + app.listen(PORT, () => { console.log("Violets-Purgatory is now listening on port: " + PORT) }) diff --git a/resources/curl b/resources/curl new file mode 100644 index 0000000..af124f0 --- /dev/null +++ b/resources/curl @@ -0,0 +1,25 @@ + +================================================== +----------------Violet's Purgatory---------------- +================================================== + ...Who? +Hi! I'm Violet, a generic web and game developer. +I thought adding a curl secret would be funny :3 +-------------------------------------------------- +Violet +Profession: Being bad at webdev +They/Them (Non-Binary) +=================================================== +----------------------Socials---------------------- + +KoFi for donations: https://ko-fi.com/bingus_violet +Fedi: https://tech.lgbt/@Bingus_Violet +Matrix: @bingus_violet:catgirl.cloud +Revolt: BingusViolet#5573 +Discord: bingus_violet + +---------------------------------------------------- + +Sorry for the lackluster site... +Theres more on the real page! +I just wanted to add this bc I was bored TwT diff --git a/static/index.html b/static/index.html index e8c6cff..9a852f6 100644 --- a/static/index.html +++ b/static/index.html @@ -32,7 +32,6 @@

The world's worst developer


-

Socials:

Ko-Fi: bingus_violet - Please donate!

@@ -63,4 +62,10 @@ href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!

- \ No newline at end of file + + + + \ No newline at end of file