-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="x-UA-compatible" content="IE=edge">
<title>RUSH ACADEMY</title>
<meta name='viewport' connect="width=device-width, initial-scale=1">
<link real='stylesheet' type="text/css" media="screen" href="style.css">
<script src="main.js"></script>
</head>
<body>
<header><p><img id="TITULOIMAGEM" src="logo.jpeg" ></p></header>
<nav>
<ul id= "lista01">
<li><a target="blank" href="https://annaeeloisa2705.github.io/3trimestre/"></a>
</ul>
</nav>
<main>
<div class="PRIMEIROPARAGRAFO">
<h3>RUSH ACADEMY<h3>
<p><i><b>loja localizada na avenida pedro taques 1444, nossa loja tem produtos de primeira qualidade e com preço muito acessivel</b></i></p>
<ul id="lista02">
<li> blusa sociais e crooped</li>
<li> calças de todos modelos</li>
<li> shorts de todos modelos</li>
</ul>
</div>
<h1>***</h1>
</main>
<footer><p><img id='tituloimagem'src='images.png' alt='descriçaoimagem'>
</footer>
</body>
</html>