﻿<%@ Page Title="Add Free Chart & Quote Widgets to Your Website" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
    CodeBehind="WidgetFooter.aspx.vb" Inherits="ContentRequest.WidgetFooter" %>

<asp:Content ID="Styles" runat="server" contentplaceholderid="HeadContent">    
    <style type="text/css">
        footer
        {
            text-align: center;
        }
        .copyright
        {
            text-align: center;
            font-size: x-small;
        }
    </style>
</asp:Content>

<asp:Content ID="WidgetFooter" runat="server" ContentPlaceHolderID="WidgetFooter">

    <p class="footer">
        Contact theFinancials.com at 843-886-3635</p>
    <p class="copyright">
        &copy; theFinancials.com</p>

</asp:Content>


