Repository: alura-cursos/Portifolio-HTML-e-CSS
Branch: aula_2
Commit: 040a2db9f121
Files: 1
Total size: 229 B
Directory structure:
gitextract_y7va3lvb/
└── index.html
================================================
FILE CONTENTS
================================================
================================================
FILE: index.html
================================================
<!DOCTYPE html>
<html>
<head>
<title>Portifolio</title>
</head>
<body>
<h1>Isso é um título</h1>
<p>Isso é um parágrafo</p>
<img src="html.png" alt="Logo do HTML 5">
</body>
</html>
gitextract_y7va3lvb/ └── index.html
Condensed preview — 1 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (0K chars).
[
{
"path": "index.html",
"chars": 229,
"preview": "<!DOCTYPE html>\n<html>\n <head>\n <title>Portifolio</title>\n </head>\n <body>\n <h1>Isso é um título<"
}
]
About this extraction
This page contains the full source code of the alura-cursos/Portifolio-HTML-e-CSS GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1 files (229 B), approximately 147 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.