Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created December 15, 2009 15:31
Show Gist options
  • Save abuiles/257024 to your computer and use it in GitHub Desktop.
Save abuiles/257024 to your computer and use it in GitHub Desktop.
<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<WebSharper:ScriptManager runat="server" />
</head>
<body>
<form id="form1" runat="server">
<div>
<ws:FactorialCalculator runat="server"/>
</div>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment