se modifico y se agrego
Browse files- app/{constantes.php β constante.php} +3 -7
- app/inc/footer.php +1 -1
- app/inc/header.php +1 -1
- app/index.php +1 -1
- app/{variables.php β variable.php} +1 -1
app/{constantes.php β constante.php}
RENAMED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
<?php include_once('inc/header.php');?>
|
| 2 |
<?php
|
| 3 |
define("MESSAGE" "INSTITUTO");
|
| 4 |
-
define("MESSAGE" "TECNOLOGICO");
|
| 5 |
-
define("MESSAGE" "SUPERIOR");
|
| 6 |
-
define("MESSAGE" "DE");
|
| 7 |
-
define("MESSAGE" "ZONGOLICA");
|
| 8 |
|
| 9 |
-
|
| 10 |
-
echo MESSAGE;
|
| 11 |
?>
|
| 12 |
-
<?php include_once('inc/footer.php');?>
|
|
|
|
|
|
| 1 |
<?php include_once('inc/header.php');?>
|
| 2 |
<?php
|
| 3 |
define("MESSAGE" "INSTITUTO");
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
print MESSAGE;
|
|
|
|
| 6 |
?>
|
| 7 |
+
<?php include_once('inc/footer.php');?>
|
| 8 |
+
|
app/inc/footer.php
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
| 2 |
</body>
|
| 3 |
-
</html>
|
|
|
|
| 1 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
| 2 |
</body>
|
| 3 |
+
</html>
|
app/inc/header.php
CHANGED
|
@@ -31,4 +31,4 @@
|
|
| 31 |
</form>
|
| 32 |
</div>
|
| 33 |
</div>
|
| 34 |
-
</nav>
|
|
|
|
| 31 |
</form>
|
| 32 |
</div>
|
| 33 |
</div>
|
| 34 |
+
</nav>
|
app/index.php
CHANGED
|
@@ -2,4 +2,4 @@ include_once('inc/header.php');?>
|
|
| 2 |
<?php
|
| 3 |
print "Hola, soy Perla Hernandez Mendez con numero de matricula 216w0606 ISC sistema Mixto πββοΈ";
|
| 4 |
?>
|
| 5 |
-
<?php include_once('inc/footer.php');?>
|
|
|
|
| 2 |
<?php
|
| 3 |
print "Hola, soy Perla Hernandez Mendez con numero de matricula 216w0606 ISC sistema Mixto πββοΈ";
|
| 4 |
?>
|
| 5 |
+
<?php include_once('inc/footer.php');?>
|
app/{variables.php β variable.php}
RENAMED
|
@@ -3,6 +3,6 @@
|
|
| 3 |
define("MESSAGE","Jump high superstar!β¨");
|
| 4 |
|
| 5 |
|
| 6 |
-
|
| 7 |
?>
|
| 8 |
<?php include_once('inc/footer.php');?>
|
|
|
|
| 3 |
define("MESSAGE","Jump high superstar!β¨");
|
| 4 |
|
| 5 |
|
| 6 |
+
print MESSAGE;
|
| 7 |
?>
|
| 8 |
<?php include_once('inc/footer.php');?>
|