diff --git a/app/installation/page.tsx b/app/installation/page.tsx new file mode 100644 index 0000000..0f669d2 --- /dev/null +++ b/app/installation/page.tsx @@ -0,0 +1,63 @@ +'use client' + +import React from 'react' + +export default function InstallationPage() { + return ( +
+ Get up and running with Pulse in seconds. +
+Just add this snippet to your <head> tag in your layout or index file.
+ +
+ <script{' '}
+ defer{' '}
+ data-domain
+ =
+ "your-site.com"{' '}
+ src
+ =
+ "https://pulse.ciphera.net/script.js"
+ ></script>
+
+ Just add this snippet to your <head> tag.
- -
- <script{' '}
- defer{' '}
- data-domain
- =
- "your-site.com"{' '}
- src
- =
- "https://pulse.ciphera.net/script.js"
- ></script>
-
-