Skip to content

Instantly share code, notes, and snippets.

@yostane
Created February 16, 2021 09:32
Show Gist options
  • Save yostane/d9896556ff2f53efed74f2f41d3bf233 to your computer and use it in GitHub Desktop.
Save yostane/d9896556ff2f53efed74f2f41d3bf233 to your computer and use it in GitHub Desktop.
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