# Web Mini-Market

Use this code into any page on your website, and make sure you input your token address:

{% tabs %}
{% tab title="HTML" %}

```html
<iframe 
    style="border-radius: 24px;" 
    width="400" 
    height="540"
    allow="ethereum" 
    src="https://otsea.io/mini-market?tokenAddress=YOUR_TOKEN_ADDRESS"
>
```

{% endtab %}

{% tab title="JSX" %}

```jsx
<iframe
    style={{
        borderRadius: 24,
    }}
    width={400}
    height={540}
    allow="ethereum"
    src="https://otsea.xyz/mini-market?tokenAddress=YOUR_TOKEN_ADDRESS"
/>
```

{% endtab %}
{% endtabs %}

That's it?

Yes. Enjoy your OTC Mini-Market!
