File "test1.php"
Full path: /www/html5/test1.php
File size: 443 B
MIME-type: text/x-php
Charset: utf-8
<?php
print "<html>";
print "<head>";
print "<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">";
print "<link rel=\"stylesheet\" type=\"text/css\" href=\"/ansys/config/css/style.css\">";
print "<link rel=\"shortcut icon\" href=\"/ansys/config/favicon.ico\">";
print "<title>ใในใ1</title>";
print "</head>";
print "<div contenteditable='true'>";
print " ใ";
print "</div>";
print "</body>";
print "</html>";
?>