Unicode, not uft-8
This commit is contained in:
parent
fd6d532f19
commit
fadecc609a
1 changed files with 3 additions and 3 deletions
|
@ -25,11 +25,11 @@ $domainname = $_SERVER['HTTP_HOST'];
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>UTF-8 charmap and HTML characters map <?php echo $_GET["page"] > 0 ? "• Page " . $_GET["page"] : ""; ?></title>
|
<title>Unicode charmap and HTML characters map <?php echo $_GET["page"] > 0 ? "• Page " . $_GET["page"] : ""; ?></title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="author" content="Beat Jäckle">
|
<meta name="author" content="Beat Jäckle">
|
||||||
<meta name="description" content="<?php echo $_GET["page"] > 0 ? "UTF-8 charmap and HTML characters map, Page " . $_GET["page"] . ", from char nr." . (($_GET["page"] - 1) * 1000) . " to char nr." . ($_GET["page"] * 1000 - 1) . "." : "an ohter unicode character map in the world."; ?>" />
|
<meta name="description" content="<?php echo $_GET["page"] > 0 ? "Unicode charmap and HTML characters map, Page " . $_GET["page"] . ", from char nr." . (($_GET["page"] - 1) * 1000) . " to char nr." . ($_GET["page"] * 1000 - 1) . "." : "an ohter unicode character map in the world."; ?>" />
|
||||||
<!-- <link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet"> -->
|
<!-- <link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet"> -->
|
||||||
<link href='css/emoji.css' rel='stylesheet' type='text/css'>
|
<link href='css/emoji.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='css/style.css' rel='stylesheet' type='text/css'>
|
<link href='css/style.css' rel='stylesheet' type='text/css'>
|
||||||
|
@ -40,7 +40,7 @@ $domainname = $_SERVER['HTTP_HOST'];
|
||||||
<body>
|
<body>
|
||||||
<div class="char welcome">
|
<div class="char welcome">
|
||||||
<a href='/'><span><?=$domainname?></span></a>
|
<a href='/'><span><?=$domainname?></span></a>
|
||||||
an online UTF-8 charmap and HTML characters map
|
an online Unicode charmap and HTML characters map
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
$search = "4A";
|
$search = "4A";
|
||||||
|
|
Loading…
Reference in a new issue