Skip to content

Instantly share code, notes, and snippets.

@yostane
Created February 16, 2021 10:00
Show Gist options
  • Save yostane/723128741b8f68915fdd1abfef6fda1d to your computer and use it in GitHub Desktop.
Save yostane/723128741b8f68915fdd1abfef6fda1d to your computer and use it in GitHub Desktop.
app.get("/rondoudou", (req, res) => {
res.send(`<html>
<body>
<img src="/test_static/rondoudou.gif" >
</body>
</html>`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment