<%@ Page Language="C#" AutoEventWireup="true" %>

<%@ Register TagPrefix="mod" TagName="inline" Src="~/Mod/Mod_Inline.ascx" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
	<link href="/css/mod.css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
        <mod:inline ID="Inline1" runat="server"
            Mode="hex"
            Cap="Mode=hex"
            Pat="/Mod/"
            Width="640"
            Wrap="1"
            Fil="Mod_Inline.ascx">
        </mod:inline>
    </form>
</body>
</html>