summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/PrivacyPolicy.aspx
blob: 82be5335cf993085ad4098094c7807e08dcf5c91 (plain)
1
2
3
4
5
6
7
8
9
10
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Site.Master" %>

<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="Body">
	<h2>
		Privacy Policy
	</h2>
	<p>
		Some privacy policy would go here.
	</p>
</asp:Content>