summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/PrivacyPolicy.aspx
blob: e99112e3181f721a35341d844ee81d9c68c54f00 (plain)
1
2
3
4
5
6
7
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Site.Master" %>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="Main">
	<h2>Privacy Policy</h2>
	<p>
		Some privacy policy would go here.
	</p>
</asp:Content>