ladogton2010 commited on
Commit
91a1bbb
·
1 Parent(s): 3d294c7

Estructura inicial

Browse files
app/.htaccess ADDED
@@ -0,0 +1 @@
 
 
1
+ Options -Indexes
app/config/config.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/controllers/.gitkeep ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/helpers/.gitkeep ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/init.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/libs/Controller.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/libs/Core.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/libs/Database.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/models/.gitkeep ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/views/inc/footer.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/views/inc/header.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
app/views/welcome/index.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
public/css/styles.css ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
public/img/.gitkeep ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
public/index.php ADDED
@@ -0,0 +1 @@
 
 
1
+ ""
public/js/main.js ADDED
@@ -0,0 +1 @@
 
 
1
+ ""