Skip to content

Instantly share code, notes, and snippets.

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 talkingdotnet/6bd21ea7df6e22db1eaad31e8ea65217 to your computer and use it in GitHub Desktop.
Save talkingdotnet/6bd21ea7df6e22db1eaad31e8ea65217 to your computer and use it in GitHub Desktop.
@page
@{
var message = "Hello, World!";
}
<html>
<body>
<p>@message</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment