mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
cd86555549
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@106 3807eeeb-6ff5-0310-8944-8be069107fe0
19 lines
616 B
Text
19 lines
616 B
Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="pl" xml:lang="pl">
|
|
<head>
|
|
<title><?=$page_title?></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta http-equiv="Refresh" content="<?=$time?>;url=<?=$url?>" />
|
|
<style><!--
|
|
P { text-align:center; font:bold 1.1em sans-serif }
|
|
A { color:#444; text-decoration:none }
|
|
A:HOVER { text-decoration: underline; color:#44E }
|
|
--></style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p><a href="<?=$url?>"><?=$message?></a></p>
|
|
|
|
</body>
|
|
</html>
|