-
Notifications
You must be signed in to change notification settings - Fork 20
/
swap.php
55 lines (29 loc) · 1.11 KB
/
swap.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<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>