-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (41 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Basic 77</title>
<meta charset="iso-8859-1">
<link rel="stylesheet" href="styles/layout.css" type="text/css">
<!--[if lt IE 9]><script src="scripts/html5shiv.js"></script><![endif]-->
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="hgroup">
<h1><img src="images/demo/bonsaiTeste.png" width="150" height="150"><a href="#">Urcity</a></h1>
</div>
</header>
</div>
<!-- content -->
<div class="wrapper row2">
<div id="container" class="clear">
<!-- content body -->
<section id="slider"><a href="#"><img src="images/demo/marcoZero2agoravai.jpg" width="960" height="340"></a></section>
<!-- main content -->
<section id="homepage" class="last clear">
<!-- article -->
<article class="one_third">
<h2>Lorum ipsum dolor</h2>
<img src="images/demo/80x80.gif" alt="">
<p>Vestibulumaccumsan egestibulum eu justo convallis augue estas aenean elit intesque sed. Facilispede estibulum nulla orna nisl velit elit ac aliquat non tincidunt. Namjusto cras urna urnaretra lor urna neque sed quis orci nulla. Laoremut vitae doloreet condimentumst phasellentes dolor ut a ipsum id consectetus. Inpede cumst vitae ris tellentesque fring intesquet.</p>
<footer class="more"><a href="#">Read More »</a></footer>
</article>
</section>
</div>
</div>
<!-- footer -->
<div class="wrapper row3">
<footer id="footer" class="clear">
<p class="fl_left">Copyright © 2017 - Todos os Direitos Reservados - Grupo Bonsai</p>
</footer>
</div>
</body>
</html>