aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
blob: b66e0ebd366f496280886060cc8bb88d1dcadc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ZWLinux</title>

    <link rel="stylesheet" href="styles.css">

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Catamaran:wght@100&family=Gruppo&family=Poiret+One&family=Rowdies:wght@300&display=swap" rel="stylesheet">
        
</head>
    <body class="conteiner">
        <h1 class="frist">Em Construcao</h1>
        <img class="light" src="./light.png" alt="">
        <p class="text-desc">Nosso site está em construção, mas estamos prontos para começar!</p>
    </body>
</html>