Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 28, 2018 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/863cc5838a3ba8b495f9eac001bd6534 to your computer and use it in GitHub Desktop.
Save parzibyte/863cc5838a3ba8b495f9eac001bd6534 to your computer and use it in GitHub Desktop.
<h1>Este es el controlador Bienvenido</h1>
<p>Puedo contener párrafos y otras cosas,
lo importante es que soy preprocesado, así que
puedo decirte cuánto es 5+5: <%= 5+5 %></p>
<h2>La fecha y hora es: <%= Time.now.strftime("%d/%m/%Y %H:%M") %></h2>
<p>Como soy HTML, puedo contener
cualquier etiqueta válida. Por cierto, no olvides
visitar <a href="https://parzibyte.me/blog" target="_blank">mi blog</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment