summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebFormsVB/PrivacyPolicy.aspx
blob: 7b72cd42404b03ae4bb1b4b21c89bca2a6c6dfc2 (plain)
1
2
3
4
5
6
7
<%@ Page Language="VB" 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>