1 <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
\r
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
\r
5 <html xmlns="http://www.w3.org/1999/xhtml">
\r
6 <head runat="server">
\r
8 <asp:ContentPlaceHolder id="head" runat="server">
\r
9 <h1>Epam Shares Search</h1>
\r
10 </asp:ContentPlaceHolder>
\r
13 <form id="form1" runat="server">
\r
15 <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
\r
17 </asp:ContentPlaceHolder>
\r