You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
684 B
Plaintext
22 lines
684 B
Plaintext
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="SiteFile.Master.cs" Inherits="DSWeb.MvcContainer.Views.Shared.Site" %>
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title></title>
|
|
|
|
|
|
<asp:ContentPlaceHolder ID="Head" runat="server">
|
|
</asp:ContentPlaceHolder>
|
|
</head>
|
|
<body class="gray-bg">
|
|
<asp:ContentPlaceHolder ID="ContentBody" runat="server">
|
|
</asp:ContentPlaceHolder>
|
|
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
|
|
</asp:ContentPlaceHolder>
|
|
</body>
|
|
</html>
|