Guest User

phenya/tpl_main.php

a guest
Aug 9th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Феня-цитатник</title>
  5.         <meta charset="utf-8">
  6.         <!--<link type="text/css" rel="stylesheet" href="stylesheet.css"> -->
  7.     </head>
  8.     <body>
  9.         <div id="page">
  10.         <?php include $tpl; ?>
  11.         </div>
  12.     </body>
  13. </html>
Add Comment
Please, Sign In to add comment