| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <php
-
- //this is a placeholder file until i decide what i want to do with swapping groups
-
- ?>
-
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
- <title>Swap Groups</title>
- <style type="text/css">
- body { text-align: center; padding: 25px; }
- h1 { font-size: 40px; }
- body { font: 20px Helvetica, sans-serif; color: #333; }
- #article { display: block; text-align: left; width: 300px; margin: 0 auto; }
- a { color: #dc8100; text-decoration: none; }
- a:hover { color: #333; text-decoration: none; }
- </style>
- </head>
- <body>
- <div id="article">
- <center>
-
- <h1>Choose a Tab to view it's page.</h1>
- <div>
- <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>
- <p>— CauseFX</p>
- </div>
-
- </center>
- </div>
- </body>
- </html>
|