diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-27 10:58:02 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-27 10:58:02 -0500 |
commit | bdfb8a9a0ada40b1716a90a602bd160e5aa6820b (patch) | |
tree | fdf06f51c82b981dc3e60284a363f1afef31597f /index.php | |
parent | 3e1948bcf9abf1e36e7aab4c9df5b26782f4aaa7 (diff) | |
download | portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.tar.lz portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.tar.xz portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.zip |
update normalize and remove npm
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ---- ---- */ |