blob: 098834631d45242c79a3ec9cf9d034b2aaf13ac1 [file] [log] [blame]
Samuel Shuert5591bd62021-09-05 10:59:29 -05001export default function policy() {
pineafanaa9c4fd2022-06-10 19:58:10 +01002 return (<iframe style={{height:"100vh",width:"100vw"}} src="https://clicksminuteper.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// }