]> git.ozlabs.org Git - ccan/blob - web/logo.html
coroutine: Remove on-stack buffers from testcases
[ccan] / web / logo.html
1 <?php
2 // Pages created in subdirs need ../ appended.
3 $url_prefix = getenv("URLPREFIX");
4 ?>
5 <!doctype html>
6 <html>
7 <head>
8   <meta charset="utf-8">
9   <title>ccan</title>
10   <link rel="stylesheet" type="text/css" href="<?=$url_prefix?>ccan.css"/>
11   <meta name="viewport" content="width=device-width, initial-scale=1">
12   <link href='//fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
13   <link href='<?=$url_prefix?>prettify/src/prettify.css' rel='stylesheet' type='text/css'>
14   <script type="text/javascript" src="<?=$url_prefix?>prettify/src/run_prettify.js"></script>
15 <head>
16 <body>
17 <div class='logo'>
18   <a href='<?=$url_prefix?>'><img src="<?=$url_prefix?>ccan.png" border="0"/></a>
19   <h1>Comprehensive C Archive Network</h1>
20 </div>