2 <div id="header-container">
3 <img src="/images/merb.jpg" />
4 <!-- <h1>Mongrel + Erb</h1> -->
5 <h2>pocket rocket web framework</h2>
9 <div id="left-container">
11 <p><%= params[:exception] %></p>
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>
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>
31 <h3>How do I edit this page?</h3>
32 <p>You're seeing this page because you need to edit the following files:
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>
41 <div id="footer-container">
43 <div class="left"></div>
44 <div class="right">© 2007 the merb dev team</div>