f20b674796
Summary: Our mission at [Meta Open Source](https://opensource.facebook.com/) is to empower communities through open source, and we believe that it means building a welcoming and safe environment for all. As a part of this work, we are adding this banner in support for Ukraine during this crisis. ## Testing <img width="1080" alt="image" src="https://user-images.githubusercontent.com/12485205/156454047-9c153135-f3a6-41f7-adbe-8139759565ae.png"> Pull Request resolved: https://github.com/facebook/rocksdb/pull/9652 Reviewed By: jay-zhuang Differential Revision: D34647211 Pulled By: dmitryvinn-fb fbshipit-source-id: b89cdc7eafcc58b1f503ee8e1939e43bffcb3b3f
27 lines
630 B
HTML
27 lines
630 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<div class="socialBanner">
|
|
<div>
|
|
Support Ukraine πΊπ¦
|
|
<a href="https://opensource.facebook.com/support-ukraine">
|
|
Help Provide Humanitarian Aid to Ukraine
|
|
</a>
|
|
.
|
|
</div>
|
|
</div>
|
|
<body>
|
|
{% include nav.html alwayson=true %}
|
|
<div class="navPusher">
|
|
{% include home_header.html %}
|
|
<div class="mainContainer">
|
|
<div id="main_wrap" class="wrapper mainWrapper">
|
|
{{ content }}
|
|
</div>
|
|
{% include powered_by.html %}
|
|
</div>
|
|
{% include footer.html %}
|
|
</div>
|
|
</body>
|
|
</html>
|