11 lines
200 B
Plaintext
Raw Normal View History

<%@ Master Language="C#" %>
<script runat="server">
<html>
<head />
<body>
<form runat="server">
<asp:contentplaceholder id="body" runat="server"></asp:contentplaceholder>
</form>
</body>
</html>