aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/index.php b/index.php
index a47d3eb..5d81399 100644
--- a/index.php
+++ b/index.php
@@ -25,15 +25,13 @@ $html->assign("enviado", $enviado);
/* ---- ---- CSS ---- ---- */
$html->assign('templates', array('estilos' => 'templates/css/estilos.min.css',
- 'normalize' => 'node_modules/normalize.css/normalize.css',
+ 'normalize' => 'templates/css/normalize.css',
'favicon' => 'templates/images/favicon.png')
);
/* ---- ---- LibreJS ---- ---- */
$html->assign('librejs', array('librejs' => 'templates/librejs.html',
- 'jquery' => 'node_modules/jquery/dist/jquery.min.js',
- 'formulario' => 'templates/js/formulario.min.js',
- 'efectos' => 'templates/js/efectos.min.js')
+ 'formulario' => 'templates/js/formulario.min.js')
);
/* ---- ---- Projects and redes Sociales Libres ---- ---- */