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
index.html 379 B
<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8" />
        <title>Kuadrado Software</title>
        <link href="../style/style.css" rel="stylesheet" />
    </head>
    <body>
        <div id="main-container">Hello Kuadrado !!</div>
    </body>
    <!--run "npm run web" to build bundle.js -->
    <script type="text/javascript" src="bundle.js"></script>
</html>