Skip to content

Instantly share code, notes, and snippets.

@AndreasPizsa
Last active March 18, 2022 19:48
Show Gist options
  • Save AndreasPizsa/cd41aa432a19e48feb9e444e6d0f87d6 to your computer and use it in GitHub Desktop.
Save AndreasPizsa/cd41aa432a19e48feb9e444e6d0f87d6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>{{ results[0].name.first }} >{{ results[0].name.last }}</title>
</head>
<body>
<h1>{{ results[0].name.first }} {{ results[0].name.last }}</h1>
<img src="{{ results[0].picture.large}}">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment