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

Skip to content
Snippets Groups Projects
index.html 379 B
Newer Older
  • Learn to ignore specific revisions
  • peter_rabbit's avatar
    peter_rabbit committed
    <!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>