blob: 82b3395a6013cbf5b837ecfe51b1fafd4f65c7c0 [file] [log] [blame]
Samuel Shuert5591bd62021-09-05 10:59:29 -05001export default function policy() {
PineaFan41418622023-10-14 21:36:48 +01002 return (<iframe style={{height:"100vh",width:"100vw"}} src="https://clickscodes.github.io/docs/clicksforms" />)
pineafane0283a82022-02-13 10:05:56 +00003}
4
5// import Header from '../Components/Header'
6// import { AutoLayout, Panel, Title, Subtitle, Text, Divider } from '../Components/Panels';
7
8// export default function Home() {
9// return (
10// <>
11// <Header
12// name="ClicksForms"
13// subtext="Custom forms on Discord"
14// gradient={["71AFE5", "6576CC"]}
15// wave="web/waves/header/clicksforms"
16// buttons={[
17// {color: "6576CC", buttonText: "FFFFFF", link: "#endpoints", text: "Endpoints"},
18// {color: "6576CC", buttonText: "FFFFFF", link: "#structures", text: "Structures"},
19// {color: "775EBF", buttonText: "FFFFFF", link: "#invite", text: "Invite"}
20// ]}
pineafane0283a82022-02-13 10:05:56 +000021// />
22// <AutoLayout>
23// <Panel halfSize={false} id="timeline">
24// <Divider />
25// <Title>Under Development</Title>
26// <Text>This bot is still in development, please check back later</Text>
27// </Panel>
28// </AutoLayout>
29// </>
30// )
31// }