Skip to content

Instantly share code, notes, and snippets.

View kandebonfim's full-sized avatar
🚀
Make it work!

Kande Bonfim kandebonfim

🚀
Make it work!
View GitHub Profile
@kandebonfim
kandebonfim / index.html
Created July 13, 2015 19:49
HTML Basic
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Título da sua página</title>
</head>
<body>
</body>
</html>