Beautiful and simple template
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!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>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
<asp:Image ID="Image1" runat="server" Height="70px" ImageUrl="~/1.png"
style="margin-top: 6px" Width="252px" />
</asp:ContentPlaceHolder>
<asp:HyperLink ID="HyperLink2" runat="server">Gmail</asp:HyperLink>
<asp:HyperLink ID="HyperLink1" runat="server">Google</asp:HyperLink>
</div>
<asp:Panel ID="Panel1" runat="server" BackColor="#003366" Height="76px">
</asp:Panel>
<asp:Image ID="Image2" runat="server" BorderStyle="None" ClientIDMode="AutoID"
Height="384px" ImageUrl="~/photo-1483058712412-4245e9b90334.jpg"
Width="1255px" />
</form>
</body>
</html>
Html paragraph