0
|
1 <!DOCTYPE html>
|
|
2 <html>
|
139
|
3 <head>
|
|
4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
|
5 <title><%= html_title %></title>
|
259
|
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
139
|
7 <%= stylesheet_link_tag "application", :media => "all" %>
|
|
8 </head>
|
|
9 <body>
|
390
|
10 <%= yield(:before_page_header) %>
|
379
|
11 <header>
|
|
12 <h1><%= content_for :title %></h1>
|
|
13 <p class="credit">
|
|
14 Zeropaste.
|
|
15 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>.
|
|
16 <%= link_to 'Donate', 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40myconan%2enet&lc=ID&item_name=Zeropaste%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_subscribe_LG%2egif%3aNonHosted' %>.
|
|
17 </p>
|
|
18 </header>
|
139
|
19
|
386
|
20 <%= render "layouts/alerts" %>
|
|
21
|
379
|
22 <main>
|
|
23 <%= yield %>
|
|
24 </main>
|
0
|
25
|
216
|
26 <%= javascript_include_tag "application" %>
|
139
|
27 </body>
|
0
|
28 </html>
|