Samuel Shuert | 5591bd6 | 2021-09-05 10:59:29 -0500 | [diff] [blame] | 1 | export default function policy() { |
pineafan | aa9c4fd | 2022-06-10 19:58:10 +0100 | [diff] [blame] | 2 | return (<iframe style={{height:"100vh",width:"100vw"}} src="https://clicksminuteper.github.io/docs/clicksforms" />) |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 3 | } |
| 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 | // ]} |
pineafan | e0283a8 | 2022-02-13 10:05:56 +0000 | [diff] [blame] | 21 | // /> |
| 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 | // } |