oop
This commit is contained in:
parent
821dd7ff87
commit
b2c33af4ea
2 changed files with 3 additions and 4 deletions
3
index.js
3
index.js
|
@ -15,5 +15,4 @@ app.get("/curl", (req, res) => {
|
|||
|
||||
app.listen(PORT, () => {
|
||||
console.log("Violets-Purgatory is now listening on port: " + PORT)
|
||||
})
|
||||
|
||||
})
|
|
@ -29,8 +29,8 @@
|
|||
<div>
|
||||
<br>
|
||||
<a rel="me" style="display: none;" href="https://tech.lgbt/@Bingus_Violet" />
|
||||
<p class="chip"><a href="s">Socials</a></p>
|
||||
<p class="chip"><a href="p">Pronouns</a></p>
|
||||
<p class="chip"><a href="/s">Socials</a></p>
|
||||
<p class="chip"><a href="/p">Pronouns</a></p>
|
||||
<p style="color: lightgray"><em>The world's worst developer</em></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue