pages/emacs.html
tanomarcelo e0ea48ca84 1ºC
2022-09-29 12:32:40 -03:00

27 lines
632 B
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>GNU Emacs | Tano Papúa</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<a href=".">Tano</a>
</header>
<nav>
<a href=".">Inicio</a>
<a href="emacs.html" class="active">GNU Emacs</a>
<a href="lisp.html">Lisp</a>
<a href="vim.html">Vim</a>
<a href="licencias.html">Licencias</a>
<a href="malandrinos.html">Malandrinos</a>
<a href="acercade.html">Acerca de</a>
</nav>
<article>
<h2>Albañiles Trabajando</h2>
<hr>
</article>
</body>
</html>