Initial Commit
This commit is contained in:
6
import/html_css_files.php
Normal file
6
import/html_css_files.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<link rel="icon" type="image/png" href="imagenes/favicon.png" />
|
||||
<link rel="stylesheet" href="<?= $ruta ?? '' ?>css/bootstrap-ulsa.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="<?= $ruta ?? '' ?>css/indivisa.css" type="text/css">
|
||||
<link rel="stylesheet" href="<?= $ruta ?? '' ?>css/sgi.css?rand=<?php echo rand(); ?>" type="text/css">
|
||||
<link rel="stylesheet" href="<?= $ruta ?? '' ?>css/style.css">
|
||||
<link rel="stylesheet" href="<?= $ruta ?? '' ?>css/jquery-ui.css">
|
||||
Reference in New Issue
Block a user