Created
February 16, 2021 09:32
-
-
Save yostane/d9896556ff2f53efed74f2f41d3bf233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.get("/rondoudou", (req, res) => { | |
res.send(`<html> | |
<body> | |
<img src="https://www.pokepedia.fr/images/thumb/c/cd/Rondoudou-RFVF.png/636px-Rondoudou-RFVF.png" > | |
</body> | |
</html>`); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment