websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Containers/Default/VPSForPC.ascx
2014-07-16 19:48:06 -04:00

10 lines
No EOL
272 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>