Skip to content

Instantly share code, notes, and snippets.

View heliohdd's full-sized avatar
🎯
available

Hélio Dourado heliohdd

🎯
available
View GitHub Profile
<html>
<head></head>
<body>
<div class="container">
<h1>Calcule seu IMC<h1>
<form>
<p>Digite seu <em>peso:</em></p>
<div>
@heliohdd
heliohdd / README-Template.md
Created January 26, 2021 19:18 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@heliohdd
heliohdd / YAML_Tutorial.yaml
Created August 14, 2020 19:59 — forked from Miyake-Diogo/YAML_Tutorial.yaml
Tutorial de YAML, codigos
# Este é um arquivo de tutorial mostrando com a linguagem yaml funciona
# Um resumo dos elementos básicos do Yaml
# Para comentários basta usar o caractere (#).
# Yaml não permite
# multiplas linhas em comentário.
# É importante a indentação quando se cria um objeto com estruturas
# Vários documentos com fluxos únicos são separados por 3 hífens (---) no inicio e três pontos no fim (...).
#Doc 1
--- # Start