My Website

http://<%= current_site.username %>.neocities.org

    <% if current_site.updated_at %>
  • Last updated <%= current_site.updated_at.ago %>
  • <% end %>
  • Using <%= current_site.space_percentage_used %>% (<%= current_site.used_space_in_megabytes %>MB) of your <%= current_site.maximum_space_in_megabytes %> MB. <% if !current_site.supporter? %>Need more space? Become a Supporter!<% end %>
  • <%= current_site.hits.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> hits

Hello! Welcome to your new site.

To get started, click on the index.html file below to edit it. It's your home page! You can add more files (such as images) from your computer by dragging them into the box below. Need help building web sites? Check out these tutorials!
<% if @error %>

<%= @error %>

<% end %>
<% current_site.file_list.each do |file| %>
<% if file.ext.match(Site::HTML_REGEX) && current_site.screenshot_exists?(file.filename, '105x63') %>
<% elsif file.ext.match(Site::IMAGE_REGEX) && current_site.thumbnail_exists?(file.filename, '105x63') %>
<% else %>
<%= file.ext %>
<% end %> <% if file.filename.length > 15 %> <%= file.filename.slice(0..15) %>… <% else %> <%= file.filename %> <% end %>
<% if file.ext.match(/html|htm|txt|js|css|md/) %> Edit <% end %> <% if file.filename != 'index.html' %> Delete <% end %>
<% end %>