summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 4eeb1e85d5caf8e578cf248915d5849d2ab25747 (plain) (blame)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 
<html> <head> <title>The Newlib Homepage</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="newlib.css" /> </head> <body class="main"> <table> <tr class="top"> <td><a href="https://www.redhat.com/" target=_top> <img src="logo_big2.png" class="logo" alt="[redhat.com]"></a> </td> <a name="top"></a> <td> <a href="https://sourceware.org/" target=_top> <img src="/img/topbar.png" class="topbar" alt="sourceware.org"> </a> </td> </tr> <tr> <td class="left"> <img src="newlib.jpg" alt="newlib"> <p><a href="info.html" target="main">Info</a></p> <p><a href="news.html" target="main">News</a></p> <p><a href="download.html" target="main">Download</a></p> <p><a href="mailing.html" target="main">Mailing List</a></p> <p><a href="faq.html" target="main">FAQ</a></p> <p><a href="docs.html" target="main">Docs</a></p> </td> <td class="main"> <iframe src="info.html" name="main" noresize> </td> </tr> </table> </body> </html>