This is the index.html
file for the Moby website.
index.html
is the entry point for this page.
The code you see here shows the structure for your page, layout components, and style using a CSS-in-JS. You can edit this file in src/pages/index.jsx
.
You can see the documentation for more information about how to modify the layout or components used.
This is the main content of the page. You can start editing to start building the Moby site here. You are currently on the home page. The page is generated with the following tools: html
<div>
<div role="main" class="max-w-10 md:w-8/12 lg:w-3/12 mt-2 bg-gray-200 text-sm px-4 h-full bg-transparent rounded-2xl">
</main>