Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- require_once $_SERVER['DOCUMENT_ROOT'].'/objects/fonts.php';
- ?>
- <?
- $src = $_SERVER['DOCUMENT_ROOT'].'/img/logo.png';
- ?>
- <?php
- require_once $_SERVER['DOCUMENT_ROOT'].'/objects/header.php';
- ?>
- <section>
- <div class="container1">
- </div>
- </section>
- <?php
- require_once $_SERVER['DOCUMENT_ROOT'].'/objects/footer.php';
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement