Praticando um pouco do editor vim
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.
 
 
 

23 lines
247 B

<html>
<head>
</head>
<body>
<h1>HTML no terminal com VIM</h1>
<p>To Do List</p>
<div>
<input type="text"/>
</div>
<ul>
<li>Sport</li>
<li>Study</li>
<li>Job</li>
<li>Health Food</li>
</ul>
<a href="main.html">clique aqui</a>
</body>
</html>