First Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
488 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<title>My First Terminal HTML</title>
</head>
<body>
<h1>Hello guys!!</h1>
<p>I'm coding HTML by bash</p>
<form>
<label>Nome:</label>
<input type="text" name="name" placeholder="Digite seu nome"/>
<button onClick="helloDev()">Enviar</button>
</form>
<script src="script.js"></script>
</body>
</html>