repo for github demo
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

14 linhas
316 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>This is the title of the login webpage!</title>
  5. </head>
  6. <body>
  7. <p>
  8. This is an example paragraph. Anything in the <strong>body</strong> tag
  9. will appear on the page, just like this <strong>p</strong> tag and its
  10. contents.
  11. </p>
  12. </body>
  13. </html>