From 4919f028c884a041da7ff098abb02389b4eac598 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 18 Apr 2023 03:02:17 +0800 Subject: ✨add envshare docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- envshare/app/page.tsx | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 envshare/app/page.tsx (limited to 'envshare/app/page.tsx') diff --git a/envshare/app/page.tsx b/envshare/app/page.tsx new file mode 100644 index 0000000..ba659ca --- /dev/null +++ b/envshare/app/page.tsx @@ -0,0 +1,50 @@ +import Link from "next/link"; +import { Stats } from "./components/stats"; +import { Testimonials } from "./components/testimony"; + +export default function Home() { + return ( +
+
+
+ + EnvShare is Open Source on{" "} + + GitHub + + +
+
+

+ Share Environment Variables Securely +

+

+ Your document is encrypted in your browser before being stored for a limited period of time and read + operations. Unencrypted data never leaves your browser. +

+
+ + Deploy + + + Share + + +
+
+
+

Used and trusted by a growing community

+ + +
+ ); +} -- cgit v1.2.3-70-g09d2