summaryrefslogtreecommitdiffstats
path: root/src/rocksdb/docs/_layouts/home.html
blob: b17732fa11c4950afbc6cc37d7c65904da222f16 (plain)
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
<!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>