Skip to content

Instantly share code, notes, and snippets.

@djo
Created April 6, 2012 13:51
Show Gist options
  • Save djo/2319954 to your computer and use it in GitHub Desktop.
Save djo/2319954 to your computer and use it in GitHub Desktop.
Example for rungist.com
# Example for http://rungist.com/
about = ".xobdnas ybur eht ni tsig s'buhtig a nur ot uoy swolla tI .ybuR yrT rehtonA teY eht si sihT"
"Hi, #{about.reverse}"
html, body {
font-family: "helvetica,arial,sans-serif";
color: #333;
}
h3 {
color: #445588;
}
ul {
list-style-type: square;
font-style: italic;
}
<h3>This is an example for rungist.com</h3>
Supported formats:
<ul>
<% ['Ruby', 'HTML+ERB', 'CSS'].each do |format| %>
<li><%= format %></li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment