-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
37 lines (26 loc) · 715 Bytes
/
info.html
File metadata and controls
37 lines (26 loc) · 715 Bytes
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
37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Info</title>
<link rel="stylesheet" href="luadoc.css" type="text/css" />
<!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
</head>
<body>
<h3>Maiores Informações em:</h3>
<ul>
<li>
Para informações complementares: <a href="http://dtvgames.wordpress.com">DTVGames</a>
</li>
<li>
Para download do código <a href="http://sourceforge.net/projects/athus/">SourceFourge</a>
</li>
</ul>
<h3>Contato</h3>
<ul>
<li>
Ricardo Mendes Costa Segundo: ricardo(a)lavid.ufpb.br
</li>
</ul>
</body>
</html>