-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
25 lines (25 loc) · 1.02 KB
/
index.php
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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<title>Índice Proyecto R2</title>
<link href="webroot/style/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<h1>Index modificado otra vez 2</h1>
<ul>
<li><a href="proyectos/colors2.php">Colores</a></li>
<li><a href="proyectos/factorial.php">Factorial</a></li>
<li><a href="proyectos/array.html">Matrices</a></li>
<li><a href="proyectos/arrayFormulario/arrayFormulario.php">Tabla con estilo</a></li>
<li><a href="proyectos/characterForm/cForm.php">Formulario de personaje</a></li>
<a href="proyectos/hundirlosbarcos/index.html">Hundir los barcos</a>
<li><a href="proyectos/escrituraInversa/index.html">Escritura inversa</a></li>
</ul>
</body>
</html>