]> git.ozlabs.org Git - ccan/blobdiff - web/logo.html
New page layout, font, background image. Replaced table tags with headers and paragra...
[ccan] / web / logo.html
index 7239556c764d05c1f877183dd9fed5b672a4f26a..f4af2763bc1417a3c075c14adae5973c42211966 100644 (file)
@@ -1,15 +1,18 @@
+<?php
+// Pages created in subdirs need ../ appended.
+$url_prefix = getenv("URLPREFIX");
+?>
+<!doctype html>
 <html>
 <head>
-<title>ccan</title>
+  <meta charset="utf-8">
+  <title>ccan</title>
+  <link rel="stylesheet" type="text/css" href="<?=$url_prefix?>ccan.css"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
 <head>
-<body bgcolor="FFFFCC">
-<table align="center" width="100%" bgcolor="FFFFFF">
- <tr>
-  <th>
-       <img src="ccan.jpg" width="250" height="80">
-  </th>
-  <th>
-       <h1>Comprehensive C Archieve Network <h1>
-  </th>
- </tr>
-</table>
\ No newline at end of file
+<body>
+<div class='logo'>
+  <a href='<?=$url_prefix?>'><img src="<?=$url_prefix?>ccan.png" border="0"/></a>
+  <h1>Comprehensive C Archive Network</h1>
+</div>