Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
dummy_page.mdx 1.75 KiB
Newer Older
description: "page factice"
import CarouselLibre from "@site/src/components/CarouselLibre";

# Page factice

Page factice penser à créer une vraie page !

```bash
#!/bin/bash
echo "Hello World"
```

<button className="button button--note">button--note</button>
<button className="button button--success">button--success</button>
<button className="button button--info">button--info</button>
<button className="button button--warning">button--warning</button>
<button className="button button--danger">button--danger</button>

:::note Bêta en cours 🧪
🔜 **Les tarifs arrivent !** <a class="button button--note" href="http://beta.froggit.fr/">En attendant rejoignez la bêta !</a>
:::

:::success Bêta en cours 🧪
🔜 **Les tarifs arrivent !** <a class="button button--success" href="http://beta.froggit.fr/">En attendant rejoignez la bêta !</a>
:::

:::info Bêta en cours 🧪
🔜 **Les tarifs arrivent !** <a class="button button--info" href="http://beta.froggit.fr/">En attendant rejoignez la bêta !</a>
:::

:::caution Bêta en cours 🧪
🔜 **Les tarifs arrivent !** <a class="button button--warning" href="http://beta.froggit.fr/">En attendant rejoignez la bêta !</a>
:::

:::danger Bêta en cours 🧪
🔜 **Les tarifs arrivent !** <a class="button button--danger" href="http://beta.froggit.fr/">En attendant rejoignez la bêta !</a>
:::
:::note

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::tip

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::info

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::caution

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::danger

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::