Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercicios/01.04 #14

Merged
merged 7 commits into from
Nov 21, 2021
Next Next commit
Criei arquivo index.html com lista de alguns colegas do curso que int…
…eragi
  • Loading branch information
raphaelalmeidamartins committed Nov 19, 2021
commit 66d80ec4f9f1127640ac73ed5959b65926d243c1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amizades Trybe</title>
</head>
<body>
<img src="https://cdn.pixabay.com/photo/2015/12/04/14/05/code-1076536_960_720.jpg" alt="Logo Trybe" width="500px">
<h1><img src="imagens/trybe.png" alt="Logo trybe" width="20px"> Colegas de curso queridos</h1>
<ul>
<li>Rafael Dias
<li>Lalá Nametala
<li>Mauro Marchesan
<li>Saulo Alves Magalhães
<li>(Entre outros)
</ul>
</body>
</html>