<?php
header("Content-type:text/html; charset=utf-8");
echo '<?xml version="1.0" encoding="utf-8"?>';
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"><head>';
echo '<title>Символ рубля</title>';
echo '<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8"/>';
echo '<link rel="stylesheet" href="style.css" type="text/css"/>';
echo '</head><body>';
echo '<center><span class="RUR">a</span></center>';
echo '</body></html>';
?>