Create note on discontinued development
[merb_mart.git] / app / views / exceptions / not_found.html.erb
blob6cda46b7c4e17b171084b21383d9b37971373501
1 <div id="container">
2   <div id="header-container">
3     <img src="/images/merb.jpg" />
4     <!-- <h1>Mongrel + Erb</h1> -->
5     <h2>pocket rocket web framework</h2>
6     <hr />
7   </div>
9   <div id="left-container">
10     <h3>Exception:</h3>
11     <p><%= params[:exception] %></p>
12   </div>
14   <div id="main-container">
15     <h3>Welcome to Merb!</h3>
16     <p>Merb is a light-weight MVC framework written in Ruby.  We hope you enjoy it.</p>
18     <h3>Where can I find help?</h3>
19     <p>If you have any questions or if you can't figure something out, please take a
20       look at our <a href="http://merbivore.com/"> project page</a>,
21       feel free to come chat at irc.freenode.net, channel #merb,
22       or post to <a href="http://groups.google.com/group/merb">merb mailing list</a>
23       on Google Groups.</p>
25     <h3>What if I've found a bug?</h3>
26     <p>If you want to file a bug or make your own contribution to Merb,
27       feel free to register and create a ticket at our
28       <a href="http://merb.lighthouseapp.com/">project development page</a>
29       on Lighthouse.</p>
31     <h3>How do I edit this page?</h3>
32     <p>You're seeing this page because you need to edit the following files:
33       <ul>
34         <li>config/router.rb <strong><em>(recommended)</em></strong></li>
35         <li>app/views/exceptions/not_found.html.erb <strong><em>(recommended)</em></strong></li>
36         <li>app/views/layout/application.html.erb <strong><em>(change this layout)</em></strong></li>
37       </ul>
38     </p>
39   </div>
41   <div id="footer-container">
42     <hr />
43     <div class="left"></div>
44     <div class="right">&copy; 2007 the merb dev team</div>
45     <p>&nbsp;</p>
46   </div>
47 </div>