Files
ayanova7/source/WBI/Service.aspx
2018-06-29 19:47:36 +00:00

23 lines
1.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Service.aspx.cs" Inherits="_Default"
EnableViewState="false" EnableEventValidation="false" ValidateRequest="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<link rel="SHORTCUT ICON" href="favicon.ico">
<%-- --%><script language="javascript"> if (top.location != location) top.location.href = document.location.href;</script>
<title>AyaNova</title>
</head>
<frameset cols="12%,88%" id="frameset" border="1">
<frame id="leftnavframe" src="leftnav.aspx" frameborder="1" scrolling="auto" />
<frame runat='server' id="cframe" name="contentframe" src="schedule.aspx" scrolling="auto"
frameborder="0" />
<noframes>
<p id="p1">
AyaNova requires a Web browser that supports frames - HTML 4.0 or later.
</p>
</noframes>
</frameset>
</html>