| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="robots" content="noodp"> |
| <meta name="viewport" content="width=860"> |
| |
| <title>The WebKit Open Source Project<?php if (isset($title)) { echo " - " . $title; } ?></title> |
| |
| <link rel="stylesheet" type="text/css" href="/css/main.css"> |
| <link rel="stylesheet" type="text/css" href="/css/green.css" title="green"> |
| |
| <link rel="alternate stylesheet" type="text/css" href="/css/blue.css" title="blue"> |
| <link rel="alternate stylesheet" type="text/css" href="/css/yellow.css" title="yellow"> |
| <link rel="alternate stylesheet" type="text/css" href="/css/pink.css" title="pink"> |
| <link rel="alternate stylesheet" type="text/css" href="/css/purple.css" title="purple"> |
| <link rel="alternate stylesheet" type="text/css" href="/css/gray.css" title="gray"> |
| |
| <!--[if gte IE 5]> |
| <link rel="stylesheet" type="text/css" href="/css/ie.css"> |
| <![endif]--> |
| |
| <script> |
| pic1 = new Image(8,9); |
| pic1.src="/images/green-bullet.png"; |
| pic2 = new Image(8,9); |
| pic2.src="/images/blue-bullet.png"; |
| pic3 = new Image(8,9); |
| pic3.src="/images/yellow-bullet.png"; |
| pic4 = new Image(8,9); |
| pic4.src="/images/pink-bullet.png"; |
| pic5 = new Image(8,9); |
| pic5.src="/images/purple-bullet.png"; |
| </script> |
| |
| <script> |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| |
| ga('create', 'UA-7299333-1', 'webkit.org'); |
| ga('send', 'pageview'); |
| </script> |
| |
| <?php |
| if (isset($extra_head_content)) { |
| echo $extra_head_content; |
| } |
| ?> |
| </head> |
| <body> |
| |
| <div id="title"> |
| <h1>The WebKit Open Source Project</h1> |
| </div> |
| |
| <div id="icon"></div> |
| |
| <div id="content"> |