8 lines
402 B
Plaintext
8 lines
402 B
Plaintext
<h1>Random bird of prey</h1>
|
|
<a href="<%= image[:url] %>" target="_blank">
|
|
<img class="refsheet" src="<%= image[:url] %>">
|
|
</a>
|
|
<p><strong>Description:</strong> <%= image[:desc] %></p>
|
|
<p><strong>Photo by:</strong> <%= image[:user] %></p>
|
|
<p><strong>Licensed under:</strong> <%= image[:license] %></p>
|
|
<p><strong>URL:</strong> <a href="<%= image[:url] %>" target="_blank"><%= image[:url] %></a></p> |