[Mwinapi-commits] SF.net SVN: mwinapi:[128] trunk/website/index.html
Status: Beta
Brought to you by:
schierlm
From: <sch...@us...> - 2015-01-29 18:34:05
|
Revision: 128 http://sourceforge.net/p/mwinapi/code/128 Author: schierlm Date: 2015-01-29 18:34:00 +0000 (Thu, 29 Jan 2015) Log Message: ----------- Add GitHub Fork Ribbon to website Modified Paths: -------------- trunk/website/index.html Modified: trunk/website/index.html =================================================================== --- trunk/website/index.html 2015-01-27 22:52:13 UTC (rev 127) +++ trunk/website/index.html 2015-01-29 18:34:00 UTC (rev 128) @@ -5,8 +5,15 @@ <style type="text/css"> body {font-family: verdana, arial, helvetica, sans-serif;} </style> +<link rel="stylesheet" href="http://simonwhitaker.github.io/github-fork-ribbon-css/gh-fork-ribbon.css"> </head> <body> +<div style="float:right; width:120px; height: 120px;"> </div> +<div class="github-fork-ribbon-wrapper right"> + <div class="github-fork-ribbon"> + <a href="https://github.com/mwinapi/mwinapi">Fork me on GitHub</a> + </div> +</div> <h1>Managed Windows API</h1> <p><i>A collection of .NET components that wrap PInvoke calls to access native API by managed code.</i></p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |