From af2b9b42b44b01ad28caad2b46961f1c2800a55a Mon Sep 17 00:00:00 2001
From: fce15 <fce15@inf.ufpr.br>
Date: Fri, 27 Nov 2015 20:21:07 -0200
Subject: [PATCH] Esqueleto do HTML

---
 HTML/index.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 HTML/index.html

diff --git a/HTML/index.html b/HTML/index.html
new file mode 100644
index 0000000..b62b571
--- /dev/null
+++ b/HTML/index.html
@@ -0,0 +1,24 @@
+	<html>
+	  <head>
+		<title>Trabalho Pr�tico 2 - Algoritmos II</title>
+		
+	  </head>
+		<h1><center>Trabalho Pr�tico 2 - Algoritmos II</h2>
+	  <body>
+		<center>
+		Fernando Claudecir Erd (fce15)</p>
+		Gabriel Ruschel Castanhel (grc15) </p>
+		<h3>Arquivos do Programa</h3>
+		<h5><a href="Estruturas.h.txt">Estruturas.h</a></h5>
+		<h5><a href="Ordena��o.c.txt">Ordena��o.c</a></h5>
+		<h5><a href="Pesquisa.c.txt">Pesquisa.c</a></h5>
+		<h5><a href="Vetor.c.txt">Vetor.c</a></h5>
+		<h5><a href="Main.c.txt">Main.c</a></h5>
+		<h5><a href="makefile.txt">Comandos de compila��o</a></h5>
+		<h3>Relat�rio</h3>
+		<h5><a href="Relatorio.html">Relat�rio</a></h5>
+		<h3>Logs</h3>
+		<h5><a href="log.txt">Logs</a></h5>
+	  </body>
+	</html>
+	
-- 
GitLab