]> git.ozlabs.org Git - ccan/blobdiff - web/logo.html
io: add io_flush_sync().
[ccan] / web / logo.html
index e6d46f194d04b8a9ed162ffb23135449864ada84..c0d1531b32cb632ccc9a141dadeb55d68a29ad26 100644 (file)
@@ -7,15 +7,14 @@ $url_prefix = getenv("URLPREFIX");
 <head>
   <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>