diff options
author | exprox <wenned@gmail.com> | 2024-01-04 20:18:43 -0300 |
---|---|---|
committer | exprox <wenned@gmail.com> | 2024-01-04 20:18:43 -0300 |
commit | bb3d9684b57d78955d62016e00f6612d26248660 (patch) | |
tree | 8f0812975038c02e9ef2c82e5a6f104d1e144f09 /src/index.html | |
parent | c18603b621b49f6697555a6c698dc94b35453e30 (diff) |
correcao nome index
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..b66e0eb --- /dev/null +++ b/src/index.html @@ -0,0 +1,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>
\ No newline at end of file |