123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
- <head>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width; initial-scale=1"/>
- <meta name="robots" content="all"/>
- <style type="text/css">
- body
- {
- font-family: sans-serif;
- font-size: 14px;
- margin: 1em;
- }
-
- *:first-child
- {
- margin-top: 0;
- }
-
- code, pre
- {
- font-family: monospace;
- background: #F7F7F7;
- color: navy;
- }
-
- code
- {
- font-size: 85%;
- padding: 0.2em;
- }
-
- pre
- {
- margin-left: 3em;
- padding: 1em;
- }
-
- th
- {
- text-align: left;
- }
-
- hr
- {
- border: 0;
- border-bottom: 1px solid #BBB;
- }
- </style>
- </head>
- <body>
- <%= @body %>
- </body>
- </html>
|