Created
June 4, 2021 00:46
-
-
Save estefanionsantos/f87a2461914cbab4a67ed373ab33ec7f to your computer and use it in GitHub Desktop.
grid page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include '../vendor/autoload.php'; | |
?><html> | |
<header> | |
<link href="bootstrap.min.css" /> | |
</header> | |
<body> | |
<div class="container"> | |
<?php include 'container.php'; ?> | |
</div> | |
</body> | |
</html> | |
<body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment