swap.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: 25px; }
  11. h1 { font-size: 40px; }
  12. body { font: 20px Helvetica, sans-serif; color: #333; }
  13. #article { display: block; text-align: left; width: 300px; 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. <center>
  21. <h1>Choose a Tab to view it's page.</h1>
  22. <div>
  23. <p>You can click Swap Group again to go the next Group or back to the previous group if you only have 2 groups.</p>
  24. <p>&mdash; CauseFX</p>
  25. </div>
  26. </center>
  27. </div>
  28. </body>
  29. </html>