2024-11-10 13:12:42 +00:00
|
|
|
<h1>Random bird of prey</h1>
|
|
|
|
<a href="<%= image[:url] %>" target="_blank">
|
2024-11-10 14:20:27 +00:00
|
|
|
<img class="refsheet" src="<%= image[:thumb] %>">
|
2024-11-10 13:12:42 +00:00
|
|
|
</a>
|
|
|
|
<p><strong>Description:</strong> <%= image[:desc] %></p>
|
2024-11-10 13:51:30 +00:00
|
|
|
<p><strong>Photo by:</strong> <%= image[:user_url] %></p>
|
|
|
|
<p><strong>Licensed under:</strong> <a href="<%= image[:license_url] %>"><%= image[:license] %></a></p>
|
2024-11-10 13:12:42 +00:00
|
|
|
<p><strong>URL:</strong> <a href="<%= image[:url] %>" target="_blank"><%= image[:url] %></a></p>
|