Last active
November 25, 2016 19:57
-
-
Save dodocinho/2ac83f614636936b383f1e42bc009c85 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
| <!doctype html> | |
| <html lang="pt-br"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>HTML não faz nada sozinho</title> | |
| <meta name="description" content="Meu index.html"> | |
| <meta name="author" content="Evandro Carreira"> | |
| <!-- | |
| <link rel="stylesheet" type="text/css" href="embelezador.css"> | |
| --> | |
| <!-- | |
| <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> | |
| <script src="meuscript.js"></script> | |
| --> | |
| </head> | |
| <body> | |
| <img class="avatar" src="http://evandrocarreira.com/img/freedom.png" alt="eu"/> | |
| <h1>Evandro Carreira</h1> | |
| <p> Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me?" he thought. </p> | |
| <img class="comentario" src="https://cdn0.iconfinder.com/data/icons/glyph_set/128/talk_chat.png" alt="icone comentario"/> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment