mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
11 lines
No EOL
354 B
Text
11 lines
No EOL
354 B
Text
<div class="content single-Col">
|
|
<ul class="row website-Gallery">
|
|
<% @sites.each do |site| %>
|
|
<li>
|
|
<a href="http://<%= site.username %>.neocities.org" target="_blank">
|
|
<img src="http://neocities.org/site_screenshots/<%= site.username %>.jpg" />
|
|
</a>
|
|
</li>
|
|
<% end %>
|
|
</ul>
|
|
</div> <!-- end .content --> |