From e055756e32b9184725ea433805dd3cabcc64651d Mon Sep 17 00:00:00 2001 From: Gordon Date: Fri, 7 Oct 2022 12:30:59 -0700 Subject: [PATCH] battery payload subscription confirmation --- pages/bpconfirmation.js | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pages/bpconfirmation.js diff --git a/pages/bpconfirmation.js b/pages/bpconfirmation.js new file mode 100644 index 0000000..19c1988 --- /dev/null +++ b/pages/bpconfirmation.js @@ -0,0 +1,43 @@ +import Head from "next/head"; +import Meta from "../components/Meta"; +import { + Container, + SingleColumn, + Section, +} from "@urbit/foundation-design-system"; +import Header from "../components/Header"; +import Footer from "../components/Footer"; +import Link from "next/link"; + +export default function NotFound(props) { + const post = { + title: "Sign up Confirmation", + }; + return ( + + + Sign Up Confirmed • developers.urbit.org + {Meta(post)} + +
+ +
+

Welcome to

+ +

Your subscription to our list has been confirmed.

+

Thank you for subscribing!

+ +
+ + + Home + + +
+ +
+
+