Dorn
This commit is contained in:
commit
f56f7fd9ab
3 changed files with 36 additions and 2 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.get("/curl", (req, res) => {
|
||||
res.sendFile(path.join(__dirname, "resources/curl"))
|
||||
})
|
||||
|
||||
app.listen(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
|
|
@ -32,7 +32,6 @@
|
|||
<p style="color: lightgray"><em>The world's worst developer</em></p>
|
||||
</div>
|
||||
<hr>
|
||||
<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>
|
||||
|
@ -64,3 +63,9 @@
|
|||
</body>
|
||||
|
||||
</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