1 <%@ Page Language="C#" %>
\r
2 <script runat="server">
\r
3 protected override void OnLoad(EventArgs e)
\r
5 Response.Redirect("~/home/index.castle");
\r
10 <!DOCTYPE html PUBLIC
\r
11 "-//W3C//DTD XHTML 1.0 Strict//EN"
\r
12 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
\r
13 <html xmlns="http://www.w3.org/1999/xhtml">
\r
15 <title>Welcome</title>
\r
19 If you were not redirected, please <a href="home/index.castle">click here</a>.
\r