﻿<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="request-a-copy.aspx.cs" Inherits="Sembcorp_AR2013_Forms.Test" %>
<%@ Register TagName="SembcorpAR2013Forms" Src="request-a-copy-form.ascx" TagPrefix="cc" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <link href="style.css" rel="stylesheet" />
    <script src="script.js"></script>
</head>
<body>
    <form id="form1" runat="server">
        <cc:SembcorpAR2013Forms ID="SembcorpAR2013Forms1" runat="server" />

        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
    </form>
</body>
</html>

