-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.HTML
More file actions
28 lines (28 loc) · 1.19 KB
/
index.HTML
File metadata and controls
28 lines (28 loc) · 1.19 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset= 'utf-8'>
<meta http-equiv= 'X-UA-Compatible' content= 'IE= edge'>
<title> Hello kitty Shop </title>
<meta name= 'viewport' content= 'width= device-width, inicial-scale= 1'>
<link rel= 'stylesheet' type= 'text/css' media= 'screen' href= 'style.css'>
<script src= 'main.js'></script>
</head>
<body>
<header><p><div class="imga"><img id="Hello kitty" src="Hello kitty.png" alt= "logotipo"></div></p></header>
<main>
<h1> HOME PRODUTO CONTATO </h1>
<div class="imgb">
<img id="Hello kitty" src="Hello kitty.jpg" alt= "Hello kitty">
</div>
<h2> Bem-Vindo(a/e) à Hello kitty Shop</h2>
<p>Aqui você pode comprar as <strong>Melhores roupa e itens da Hello kitty</strong> para 2022.</p>
<p> Além dos mais recentes lançamentos, temos todos tipos de roupas por um preço mais <strong>acessível</strong>.</p>
<h3> TEMOS TAMBÉM</h3>
<div class="imgc">
<img id= "Hello kitty" src="Hello kitty.png" alt= "Hello kitty">
</div>
<footer><p><div class= "imgd"><img id="Hello kitty" src="Hello kitty.png" alt= "logotipo"></div></p></footer>
</main>
</body>
</html>