about summary refs log tree commit diff
path: root/users/wpcarro/clients/monsterpoker/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/clients/monsterpoker/index.html')
-rw-r--r--users/wpcarro/clients/monsterpoker/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/users/wpcarro/clients/monsterpoker/index.html b/users/wpcarro/clients/monsterpoker/index.html
new file mode 100644
index 0000000000..100108c3f2
--- /dev/null
+++ b/users/wpcarro/clients/monsterpoker/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Buy Monster Poker</title>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <script src="https://cdn.tailwindcss.com"></script>
+    <script>
+      tailwind.config = {
+        theme: {
+          extend: {},
+        },
+      };
+    </script>
+  </head>
+  <body class="bg-cyan-900 container mx-auto">
+    <h1 class="text-cyan-300 text-6xl text-center pt-10">
+      <a class="hover:underline"
+         href="https://monsterpoker.myshopify.com/products/monster-poker-republic">
+        Buy Monster Poker <b>today</b>!
+      </a>
+    </h1>
+  </body>
+</html>