swap.php 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <php
  2. //this is a placeholder file until i decide what i want to do with swapping groups
  3. ?>
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
  8. <title>Swap Groups</title>
  9. <style type="text/css">
  10. body { text-align: center; padding: 150px; }
  11. h1 { font-size: 40px; }
  12. body { font: 20px Helvetica, sans-serif; color: #333; }
  13. #article { display: block; text-align: left; width: 650px; margin: 0 auto; }
  14. a { color: #dc8100; text-decoration: none; }
  15. a:hover { color: #333; text-decoration: none; }
  16. </style>
  17. </head>
  18. <body>
  19. <div id="article">
  20. <h1>Choose a Tab to view it's page.</h1>
  21. <div>
  22. <p>You can click Swap Group again to go the next Group or back to the pervious group id you only have 2 groups.</p>
  23. <p>&mdash; CauseFX</p>
  24. </div>
  25. </div>
  26. </body>
  27. </html>