Created
January 6, 2010 16:26
-
-
Save lastk/270388 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
</head> | |
<body> | |
<!-- topo --> | |
<div id="topo"> | |
<h1> Pesquisar </h1>: | |
<input type="text" id="txtBusca" /> | |
<input type="button" id="btnBusca" /> | |
</div> <!-- topo --> | |
<div id="menu"> <!-- menu --> | |
<div id="artistas"> | |
<h2> Artistas </h2> | |
<ul> | |
<li>Angra</li> | |
<li>Hellowenn</li> | |
<li>Angra</li> | |
<li>Iron Maiden</li> | |
<li>Angra</li> | |
<li>Hellowenn</li> | |
<li>Angra</li> | |
<li>Iron Maiden</li> | |
<li>Angra</li> | |
<li>Hellowenn</li> | |
<li>Angra</li> | |
<li>Iron Maiden</li> | |
<ul> | |
</div> <!-- artistas --> | |
<div id="musicas"> | |
<h2> Músicas </h2> | |
<ul> | |
<li>Reaching Horizons</li> | |
<li>Reaching Horizons</li> | |
<li>Reaching Horizons</li> | |
<li>Reaching Horizons</li> | |
<li>Reaching Horizons</li> | |
<li>Reaching Horizons</li> | |
<li>Reaching Horizons</li> | |
</ul> | |
</div> <!-- musicas --> | |
</div> <!--menu --> | |
<!-- conteudo --> | |
<div id="conteudo"> | |
<h2> Angra </h2> | |
<h3> Reaching Horizons </h3> | |
<pre> | |
Rainny clouds | |
covered the depth and sunny sky | |
now I know I'll sleep alone tonight | |
tears and prayers will be taken by the rain | |
fearing lonelyness in my dreams | |
And I know I'll never be the same | |
living this tragedy, insane, | |
All I wanna be | |
is to be free with you, with me | |
I don't blame the fate | |
but it's too hard to face the truth | |
It was all just like paradise <i>[1] | |
just like we wanted it to be | |
far beyond the reason | |
rest our lives | |
eternity denies the guilt of reality | |
senselesness | |
Fly High, reaching skies | |
two eagles flying to be free | |
moments of madness | |
will be left behind | |
the same horizon | |
but in different lands | |
</pre> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment