Advertisement
Guest User

Untitled

a guest
Mar 20th, 2014
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.39 KB | None | 0 0
  1. <?php
  2.    /*
  3.     * Use Your Guns
  4.     * @author Walter Araújo Gomes Júnior <walter.jrp@live.com>
  5.     */
  6.  
  7.     date_default_timezone_set('America/Sao_Paulo');
  8.    
  9.     require("cfg/conn.php");
  10. ?>
  11. <html>
  12.     <head>
  13.         <title>USE YOUR GUNS</title>
  14.         <meta name="description" content="Use Your Guns, o melhor cover de Guns N\' Roses do Brasil.">
  15.         <meta name="keywords" content="guns n\' roses cover, use your guns, guns n roses cover, guns n roses cover sp, use your guns cover">
  16.         <meta name="author" content="Walter Araújo Gomes Júnior">
  17.         <meta property="og:url" content="<?php echo BASE_URL; ?>">
  18.         <meta property="og:title" content="USE YOUR GUNS">
  19.         <meta property="og:description" content="Use Your Guns, o melhor cover de Guns N\' Roses do Brasil.">
  20.         <meta property="og:image" content="<?php echo BASE_URL; ?>img/site-thumb.jpg">
  21.         <meta property="og:image:type" content="image/jpeg">
  22.         <meta property="og:type" content="website">
  23.         <meta charset="UTF-8">
  24.     </head>
  25.     <body>
  26.         <frameset rows="*,30" frameborder="no" border="0" framespacing="0">
  27.             <frame src="<?php echo BASE_URL; ?>index.php" name="mainFrame" id="mainFrame" />
  28.             <frame src="<?php echo BASE_URL; ?>mp3.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" />
  29.         </frameset>
  30.     </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement