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 388 B
Newer Older
peter_rabbit's avatar
peter_rabbit committed
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Kuadrado Software</title>
peter_rabbit's avatar
peter_rabbit committed
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
peter_rabbit's avatar
peter_rabbit committed
        <link href="../style/style.css" rel="stylesheet" />
    </head>
    <body>
peter_rabbit's avatar
peter_rabbit committed
        <main></main>
peter_rabbit's avatar
peter_rabbit committed
    </body>
peter_rabbit's avatar
peter_rabbit committed
    <script type="text/javascript" src="main.js"></script>
peter_rabbit's avatar
peter_rabbit committed
</html>