aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-27 10:58:02 -0500
committerJesús <heckyel@hyperbola.info>2019-12-27 10:58:02 -0500
commitbdfb8a9a0ada40b1716a90a602bd160e5aa6820b (patch)
treefdf06f51c82b981dc3e60284a363f1afef31597f /index.php
parent3e1948bcf9abf1e36e7aab4c9df5b26782f4aaa7 (diff)
downloadportfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.tar.lz
portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.tar.xz
portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.zip
update normalize and remove npm
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 ---- ---- */