Curl is funni

This commit is contained in:
Violet 2023-11-03 18:01:13 +00:00 committed by GitHub
parent eecb2687cd
commit 36d82d9c79
3 changed files with 38 additions and 3 deletions

View file

@ -9,6 +9,10 @@ const staticpath = path.join(__dirname, (process.env.STATIC_PATH || 'static/'))
app.use(express.static(staticpath)) app.use(express.static(staticpath))
app.get("/curl", (req, res) => {
res.sendFile(path.join(__dirname, "resources/curl"))
})
app.listen(PORT, () => { app.listen(PORT, () => {
console.log("Violets-Purgatory is now listening on port: " + PORT) console.log("Violets-Purgatory is now listening on port: " + PORT)
}) })

25
resources/curl Normal file
View file

@ -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

View file

@ -17,14 +17,14 @@
<h2>...Who?</h2> <h2>...Who?</h2>
<p>Hi! I'm Violet, a generic web and game developer. <br> If it wasn't already clear, though, I am not a graphic designer TwT.</p> <p>Hi! I'm Violet, a generic web and game developer. <br> If it wasn't already clear, though, I am not a graphic designer TwT.</p>
<p class="chip">Violet</p> <p class="chip">Violet</p>
<p class="chip">Proffesion: Being bad at webdev</p> <p class="chip">Profession: Being bad at webdev</p>
<br> <br>
<p class="chip">They/Them</p> <p class="chip">They/Them</p>
<p class="chip">Non-Binary</p> <p class="chip">Non-Binary</p>
<p class="chip"><a href="p">(More info)</a></p> <p class="chip"><a href="p">(More info)</a></p>
<hr> <hr>
<h2>Socials:</h2>
<h2>Socials:</h2>
<p class="chip" style="border-color: red;">Ko-Fi: <a href="https://ko-fi.com/bingus_violet" style="color: rgb(255, 100, 100)">bingus_violet</a> - Please donate!</p> <p class="chip" style="border-color: red;">Ko-Fi: <a href="https://ko-fi.com/bingus_violet" style="color: rgb(255, 100, 100)">bingus_violet</a> - Please donate!</p>
<br><br> <br><br>
<p class="chip" style="color: rgb(200, 175, 255);">Fedi: <a rel="me" href="https://tech.lgbt/@Bingus_Violet">@Bingus_Violet@tech.lgbt</a></p> <p class="chip" style="color: rgb(200, 175, 255);">Fedi: <a rel="me" href="https://tech.lgbt/@Bingus_Violet">@Bingus_Violet@tech.lgbt</a></p>
@ -47,4 +47,10 @@
<p>If you have any problems with the site, put up an issue on <a href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p> <p>If you have any problems with the site, put up an issue on <a href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p>
</body> </body>
</html> </html>
<!--
If you're using the curl command, perhaps consider trying to curl "violets-purgatory.dev/curl" instead?
:3 there waits a secret for you...
-->