mirror of
https://github.com/php/web-windows.git
synced 2026-03-23 23:12:07 +01:00
33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>PHP For Windows: <?php echo @$title_page; ?></title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<link type="text/css" media="screen" rel="stylesheet" href="/styles/screen.css" />
|
|
<link type="text/css" media="print" rel="stylesheet" href="/styles/print.css" />
|
|
<link type="text/css" media="handfield" rel="stylesheet" href="/styles/handfield.css" />
|
|
|
|
<link rel="icon" href="https://windows.php.net/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
|
|
<body id="homepage">
|
|
<ul id="root">
|
|
<li id="header">
|
|
<div class="content">
|
|
<h1><a href="<?=BASE_URL?>index.php">PHP: Hypertext Preprocessor</a></h1>
|
|
</div><!-- .content -->
|
|
</li><!-- .header-->
|
|
|
|
<li id="main-menu">
|
|
<ul id="top-navigation">
|
|
<li><a href="<?=BASE_URL?>">Home</a></li>
|
|
<li><a href="<?=BASE_URL?>download/">Downloads</a></li>
|
|
<li><a href="<?=BASE_URL?>qa/">QA Releases</a></li>
|
|
<li><a href="<?=BASE_URL?>snapshots/">Snapshots</a></li>
|
|
<li><a href="<?=BASE_URL?>team.php">Team</a></li>
|
|
<li class="last"><a href="http://www.php.net">PHP.net site</a></li>
|
|
</ul>
|
|
</li><!-- .main-menu-->
|