- Trying to access the Huggins Cloud? -
-- Make sure your VPN is enabled and connected. -
-diff --git a/external-landing/.eslintrc.json b/external-landing/.eslintrc.json deleted file mode 100644 index bffb357..0000000 --- a/external-landing/.eslintrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "next/core-web-vitals" -} diff --git a/external-landing/.gitignore b/external-landing/.gitignore index 8f322f0..2b10c88 100644 --- a/external-landing/.gitignore +++ b/external-landing/.gitignore @@ -1,35 +1,3 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env*.local - -# vercel -.vercel - -# typescript -*.tsbuildinfo -next-env.d.ts +dist/ +node_modules +src/tailwind.css diff --git a/external-landing/app/layout.tsx b/external-landing/app/layout.tsx deleted file mode 100644 index f3d0349..0000000 --- a/external-landing/app/layout.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import "./globals.css"; -import type { Metadata } from "next"; -import { Inter } from "next/font/google"; - -const inter = Inter({ subsets: ["latin"] }); - -export const metadata: Metadata = { - title: "Huggins Cloud", - description: - "Trying to access the Huggins Cloud? Make sure your VPN is enabled and connected.", -}; - -export default function RootLayout({ - children, -}: { - children: React.ReactNode; -}) { - return ( - -
{children} - - ); -} diff --git a/external-landing/app/page.tsx b/external-landing/app/page.tsx deleted file mode 100644 index 238ba6f..0000000 --- a/external-landing/app/page.tsx +++ /dev/null @@ -1,14 +0,0 @@ -export default function Home() { - return ( -- Trying to access the Huggins Cloud? -
-- Make sure your VPN is enabled and connected. -
-Let's get you conencted. If you don't have WireGuard set up already, let's take care of that first.
++ You should now be connected! You should see the application dashboard next time you visit this page. If you + still see these instructions after refreshing the page, please try again or ask for help. +
+