30 lines
485 B
Plaintext
Executable File
30 lines
485 B
Plaintext
Executable File
!!!
|
|
%html
|
|
%head
|
|
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
|
|
|
|
:css
|
|
a {
|
|
color: #0088cc;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover, a:focus {
|
|
color: #005580;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
*{
|
|
|
|
line-height:1.3em;
|
|
}
|
|
|
|
|
|
%body{:style => "font-family: Helvetica,Arial;padding:0px;margin:0px;font-size:15px;"}
|
|
|
|
= yield
|
|
|
|
|
|
|
|
|
|
|