]> git.ozlabs.org Git - ccan/blobdiff - web/logo.html
tools/configurator: --extra-tests to read more test descriptions from stdin.
[ccan] / web / logo.html
index 9a15f28a410bc57fe578d850e31667df09123b23..c0d1531b32cb632ccc9a141dadeb55d68a29ad26 100644 (file)
@@ -2,18 +2,19 @@
 // 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='//fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
+  <link href='<?=$url_prefix?>prettify/src/prettify.css' rel='stylesheet' type='text/css'>
+  <script type="text/javascript" src="<?=$url_prefix?>prettify/src/run_prettify.js"></script>
 <head>
-<body bgcolor="FFFFCC">
-<table align="center" width="100%" bgcolor="FFFFFF">
- <tr>
-  <th>
-       <img src="<?=$url_prefix?>ccan.jpg" width="250" height="80">
-  </th>
-  <th>
-       <h1>Comprehensive C Archive Network <h1>
-  </th>
- </tr>
-</table>
+<body>
+<div class='logo'>
+  <a href='<?=$url_prefix?>'><img src="<?=$url_prefix?>ccan.png" border="0"/></a>
+  <h1>Comprehensive C Archive Network</h1>
+</div>