24 lines
658 B
Plaintext
24 lines
658 B
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="MoonProTablet.Default" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/mod_checkHttps.ascx" TagPrefix="uc1" TagName="mod_checkHttps" %>
|
|
|
|
|
|
<!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 runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<h1>Smart device</h1>
|
|
<p>
|
|
Default page
|
|
<uc1:mod_checkHttps runat="server" ID="mod_checkHttps" />
|
|
</p>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|