summaryrefslogtreecommitdiff
path: root/allstar/brb.html
diff options
context:
space:
mode:
authorJason D. McCormick <jason@mfamily.org>2020-04-14 21:06:28 -0400
committerJason D. McCormick <jason@mfamily.org>2020-04-14 21:06:28 -0400
commit1733e5fe839caff338a664a39208599afe8df42b (patch)
treec15a80d60a818cfe9a0fc8dc64ac092cc5511de3 /allstar/brb.html
parent820a97dcdd2a7c5bc6ae8bf5798578caa87ee77f (diff)
adding the big red button stuff
Diffstat (limited to 'allstar/brb.html')
-rw-r--r--allstar/brb.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/allstar/brb.html b/allstar/brb.html
new file mode 100644
index 0000000..d2f0d3a
--- /dev/null
+++ b/allstar/brb.html
@@ -0,0 +1,30 @@
+<html>
+<head>
+<title>The Big Red Button</title>
+</head>
+<style>
+ .button {
+ background-color: #FF0000;
+ color: #FFFFFF;
+ padding: 10px;
+ border-radius: 50px;
+ -moz-border-radius: 50px;
+ -webkit-border-radius: 50px;
+ margin:10px;
+ text-align: center;
+ font-size: 24px;
+ width: 200px;
+ height: 200px;
+ line-height: 200px;
+ }
+
+ a:link , a:visited , a:hover , a:active {
+ text-decoration: none;
+ }
+</style>
+<body>
+<center>
+<a href="/cgi-bin/brb"><div class="button">CLICK HERE</div></a>
+</center>
+</body>
+</html>