<%@ Master Language="VB" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
</script>
<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"> <title>Untitled Page</title></head><body> <form id="form1" runat="server"> <div> <strong><span style="font-size: 24pt">HEAD OF THE PAGE</span></strong><br /> <br /> <img src="images/Water%20lilies.jpg" style="width: 893px; height: 110px" /><br /> This is main banner of my website.<br /> <asp:contentplaceholder id="ContentPlaceHolder1" runat="server"> </asp:contentplaceholder> <br /> <br /> <strong><span style="font-size: 24pt">FOOTER OF THE PAGE</span></strong></div> </form></body></html>
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="info.aspx.vb" Inherits="secure_info" title="Untitled Page" %><asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">This is my text of content.</asp:Content>
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="information.aspx.vb" Inherits="information" title="Untitled Page" %><asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">this is my text</asp:Content>
Attachment: WebSite.rar