Skip to content

Instantly share code, notes, and snippets.

@lukas-h
Created December 22, 2016 13:59
Show Gist options
  • Save lukas-h/0c3759cc489d43b81f18be013b28ba40 to your computer and use it in GitHub Desktop.
Save lukas-h/0c3759cc489d43b81f18be013b28ba40 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CAT API</title>
<style>img{max-width: 100%;}</style>
</head>
<body>
<img src="http://thecatapi.com/api/images/get?format=src&type=gif&api_key=KEY"><br>
<button onclick="location.reload();">reload</button>
</body>
</html>
@cat683
Copy link

cat683 commented Nov 21, 2022

It's used for hack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment