Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created June 4, 2021 00:46
Show Gist options
  • Save estefanionsantos/f87a2461914cbab4a67ed373ab33ec7f to your computer and use it in GitHub Desktop.
Save estefanionsantos/f87a2461914cbab4a67ed373ab33ec7f to your computer and use it in GitHub Desktop.
grid page
<?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