Archive: ComponentOwl Rails app, DB backups, go redirect script

This commit is contained in:
EC2 Default User
2026-03-23 16:20:05 +00:00
commit 50037f386f
218 changed files with 14558 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<div class="subpage not_found-content">
<div class="section-heading"><%= image_tag("heading-404.gif", :alt => t("txt.alt.not_found")) %></div>
<p><%= t('txt.not_found.not_found') %></p>
<p><%= t('txt.not_found.visit_instead', :url => root_url) %></p>
<ul class="common">
<% for product in all_products %>
<li><%= link_to(product.name, product) %></li>
<% end %>
</ul>
</div>