Browse Source

initial commit

master
vinicius 3 years ago
commit
7f0afe3286
2 changed files with 36 additions and 0 deletions
  1. +23
    -0
      praticando/index.html
  2. +13
    -0
      praticando/main.html

+ 23
- 0
praticando/index.html View File

@ -0,0 +1,23 @@
<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>

+ 13
- 0
praticando/main.html View File

@ -0,0 +1,13 @@
<html>
<head>
</head>
<body>
<h1>Terminal VIM</h1>
<p>Do yo know about VIM</p>
<a href="https://www.hostgator.com.br/blog/como-usar-o-editor-de-texto-vim-do-linux/">About VIM</a>
</body>
</html>

Loading…
Cancel
Save