Curl is funni
This commit is contained in:
parent
eecb2687cd
commit
36d82d9c79
3 changed files with 38 additions and 3 deletions
4
index.js
4
index.js
|
@ -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
25
resources/curl
Normal 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
|
|
@ -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>
|
||||||
|
@ -48,3 +48,9 @@
|
||||||
</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...
|
||||||
|
-->
|
Loading…
Reference in a new issue