<?php

include 'locale/locale.php';
$Locale = new Loc();
?>

<!DOCTYPE html>
<html lang="en">
  <head>
	<meta charset="UTF-8">
	<!-- Title here -->
	<title><?php 
echo $Locale->getText("homepage_title");
?>
</title>

	<!-- Description, Keywords and Author -->
	<meta name="description" content="Secure and sustainable cryptocoin." />
	<meta name="keywords" content="peercoin, bitcoin, litecoin, primecoin, cryptocurrency, sustainable, cryptocoin">
	<meta name="author" content="Peercoin">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<!-- open graph tags -->
	<meta property="og:title" content="Peercoin" />
	<meta property="og:type" content="website" />
	<meta property="og:url" content="http://peercoin.net" />
	<meta property="og:image" content="http://peercoin.net/img/logo.png"/>
	<meta property="og:description" content="Secure and sustainable cryptocoin." />

	<meta name="google-site-verification" content="-GOUzkxsjMUypgT8xj6GD4W9xNv_SMeorTZtOKPRzg8" />
	<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<?php

include 'locale/locale.php';
$Locale = new Loc();
?>

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
      <!-- Title here -->
      <title>
        <?php 
echo $Locale->getText("homepage_title");
?>
      </title>

      <!-- Description, Keywords and Author -->
      <meta name="description" content="Secure and sustainable cryptocoin." />
      <meta name="keywords" content="peercoin, bitcoin, litecoin, primecoin, cryptocurrency, sustainable, cryptocoin">
        <meta name="author" content="Peercoin">
          <meta name="viewport" content="width=device-width, initial-scale=1.0">

            <!-- open graph tags -->
            <meta property="og:title" content="Peercoin" />
            <meta property="og:type" content="website" />
            <meta property="og:url" content="http://peercoin.net" />
            <meta property="og:image" content="http://peercoin.net/img/logo.png"/>
            <meta property="og:description" content="Secure and sustainable cryptocoin." />

            <meta name="google-site-verification" content="-GOUzkxsjMUypgT8xj6GD4W9xNv_SMeorTZtOKPRzg8" />
示例#3
0
include 'locale/locale.php';
$Locale = new Loc();
?>

<!doctype html>
<html lang="en">

  <head>

  	<meta charset="UTF-8">
  	<!-- Title -->
  	<title><?php 
if (isset($page_title)) {
    echo $page_title . ' - ';
}
echo $Locale->getText("homepage_title");
?>
</title>

  	<!-- Description, Keywords and Author -->
  	<meta name="description" content="Secure and sustainable cryptocoin.">
  	<meta name="keywords" content="peercoin, bitcoin, litecoin, primecoin, cryptocurrency, sustainable, cryptocoin">
  	<meta name="author" content="Peercoin">
  	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

  	<!-- open graph tags -->
  	<meta property="og:title" content="Peercoin">
  	<meta property="og:type" content="website">
  	<meta property="og:url" content="http://peercoin.net">
  	<meta property="og:image" content="http://peercoin.net/assets/img/logos/logo.png">
  	<meta property="og:description" content="Secure and sustainable cryptocoin.">