diff options
| author | Colleen <[email protected]> | 2023-01-22 14:53:31 -0400 |
|---|---|---|
| committer | Colleen <[email protected]> | 2023-01-22 14:53:31 -0400 |
| commit | 33531d256e24b00e52db6ab7cd011380ff3d9183 (patch) | |
| tree | 12701631da91ae096f635999ccdc335302ae74a8 | |
| parent | bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e (diff) | |
| download | raylib.com-33531d256e24b00e52db6ab7cd011380ff3d9183.tar.gz raylib.com-33531d256e24b00e52db6ab7cd011380ff3d9183.zip | |
Updated header.
| -rw-r--r-- | license.html | 52 |
1 files changed, 27 insertions, 25 deletions
diff --git a/license.html b/license.html index 190e3db..2536256 100644 --- a/license.html +++ b/license.html @@ -23,35 +23,37 @@ </head> <body> - <div class="page"> - <!--[if lt IE 7]> - <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> - <![endif]--> - + <div class="header-container"> <div class="header"> <a id="logo" href="index.html"></a> - <div id="social"> - <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a> - <a id="discord" href="https://discord.gg/raylib" target="_blank"></a> - <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a> - <a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a> - <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a> - <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a> - <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a> - <a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a> - <a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a> - <a id="redbubble" href="https://www.redbubble.com/shop/ap/78130012" target="_blank"></a> - <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a> - </div> - <div class="menu"> - <a href="index.html">about</a> - <a href="examples.html">examples</a> - <a href="games.html">games</a> - <a href="cheatsheet/cheatsheet.html">cheatsheet</a> - <a id="wiki" href="https://github.com/raysan5/raylib/wiki">wiki</a> + <div class="nav-container"> + <div id="social"> + <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a> + <a id="discord" href="https://discord.gg/raylib" target="_blank"></a> + <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a> + <a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a> + <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a> + <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a> + <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a> + <a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a> + <a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a> + <a id="redbubble" href="https://www.redbubble.com/shop/ap/78130012" target="_blank"></a> + <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a> + </div> + <div class="menu"> + <a href="index.html">about</a> + <a href="examples.html">examples</a> + <a href="games.html">games</a> + <a href="cheatsheet/cheatsheet.html">cheatsheet</a> + <a id="wiki" href="https://github.com/raysan5/raylib/wiki">wiki</a> + </div> </div> </div> - + </div> + <div class="page"> + <!--[if lt IE 7]> + <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> + <![endif]--> <div class="content"> <strong>license</strong> <br><br> |
