Last active
March 18, 2022 19:48
-
-
Save AndreasPizsa/cd41aa432a19e48feb9e444e6d0f87d6 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
<!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