Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created October 10, 2019 23:35
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 gavilanch/fc0fd947bfbe522b8c6cea1a0b5b4da3 to your computer and use it in GitHub Desktop.
Save gavilanch/fc0fd947bfbe522b8c6cea1a0b5b4da3 to your computer and use it in GitHub Desktop.
<h1>Piedra, Papel y Tijera</h1>
@if (!string.IsNullOrEmpty(resultadoMensaje))
{
<h3 style="color: @resultadoMensajeColor">@resultadoMensaje</h3>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment