You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
561 B

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BlockUnblockFeed.aspx.cs" Inherits="Swift.web.Remit.SocialWall.Feeds.BlockUnblockFeed" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. <link href="../../../../ui/css/sweetalert.css" rel="stylesheet" />
  7. </head>
  8. <body>
  9. <form id="form2" runat="server">
  10. <!-- success -->
  11. <p id="responseMsg" runat="server"> </p>
  12. <script src="../../../../ui/js/sweet-alert/sweetalert.min.js"></script>
  13. </form>
  14. </body>
  15. </html>