websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Containers/Default/VPSForPC.ascx
2014-07-09 10:15:14 -04:00

10 lines
No EOL
281 B
Text

<%@ Control Language="C#" AutoEventWireup="false" %>
<div class="VpsFooter">
<div class="VpsHeader">
<div class="VpsBottom">
<div class="VpsForPCBody">
<asp:PlaceHolder ID="ContentPane" runat="server"></asp:PlaceHolder>
</div>
</div>
</div>
</div>