-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (40 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/discord.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="/src/components/index.components.ts" defer></script>
<title>Discord Landingpage</title>
</head>
<body>
<template>
<!--
:: PROJETO ...: Clone Landingpage do Discord Responsiva
:: Objetivo página ...: Treinar meu aprendizado em responsividade.
:: UX/UI designer ...: DIO - https://www.dio.me/
:: Data de produção ...: -
:: Desenvolvedor ...: José Alves - [email protected]
:: Adaptações ...: Responsivo para telas medias
:: Data de produção ...: 05/2024
-->
</template>
<!---->
<!---->
<!---->
<header-component></header-component>
<!---->
<!---->
<!---->
<main class="c-main-content js-main-content">
<!-- Dynamic -->
</main>
<!---->
<!---->
<!---->
<footer-component></footer-component>
<!---->
<!---->
<!---->
</body>
</html>