-
Notifications
You must be signed in to change notification settings - Fork 0
/
artigos.html
36 lines (36 loc) · 915 Bytes
/
artigos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>Artigos</title>
</head>
<body>
<h1>Artigos</h1>
<ul>
<li>
<a href="http://www.udgwebdev.com/debugging-javascript-mobile/">
Debugging Javascript Mobile
</a>
</li>
<a href="http://www.udgwebdev.com/nodejs-para-leigos/">
Node.js para leigos
</a>
</li>
<li>
<a href="http://www.udgwebdev.com/5-motivos-para-usar-github/">
5 motivos para usar Github
</a>
</li>
<li>
<a href="http://www.udgwebdev.com/desenvolvendo-um-sistema-web-do-zero-parte-2/">
Desenvolvendo um sistema web do zero
</a>
</li>
<li>
<a href="http://www.udgwebdev.com/8-motivos-para-estudar-ruby-on-rails/">
8 motivos para estudar Ruby On Rails
</a>
</li>
</ul>
<p><a href="/artigos">Artigos</a> | <a href="/contato">Contato</a></p>
</body>
</html>