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>
|
379
|
10 <header>
|
|
11 <h1><%= content_for :title %></h1>
|
|
12 <p class="credit">
|
|
13 Zeropaste.
|
|
14 <a href="https://bitbucket.org/nanaya1/zeropaste">Source</a>.
|
|
15 <%= 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' %>.
|
|
16 </p>
|
|
17 </header>
|
139
|
18
|
379
|
19 <main>
|
|
20 <%= yield %>
|
|
21 </main>
|
0
|
22
|
216
|
23 <%= javascript_include_tag "application" %>
|
139
|
24 </body>
|
0
|
25 </html>
|