mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
---
|
|
<!DOCTYPE HTML>
|
|
<html lang="{{ page.lang }}">
|
|
|
|
<head>
|
|
{% include layout/base/html-head.html %}
|
|
</head>
|
|
|
|
<body>
|
|
{% include layout/base/pagetop-detect-mobile.html %}
|
|
|
|
<div class="banner-message alert" style="text-align: center;">
|
|
<a href="http://thehalvening.com" target="_blank" style="background-color: #5e5dc5;border-bottom: 1px solid #290f94;"><span>The Halvening is upon us!</span></a>
|
|
</div>
|
|
|
|
{% include layout/base/pagetop-alert.html %}
|
|
|
|
<div class="head"><div>
|
|
{% include layout/base/head-language-dropdown.html %}
|
|
{% include layout/base/head-mobile-menu.html %}
|
|
{% include layout/base/head-logo.html %}
|
|
{% include layout/base/head-language-select.html %}
|
|
{% include layout/base/head-menu.html %}
|
|
</div></div>
|
|
|
|
<div class="body">
|
|
{% include layout/base/breadcrumbs.html %}
|
|
{% include layout/base/content.html %}
|
|
<div class="footer">
|
|
{% include layout/base/footer-menu.html %}
|
|
{% include layout/base/footer-sponsor.html %}
|
|
{% include layout/base/footer-license.html %}
|
|
</div>
|
|
</div>
|
|
|
|
{% include layout/base/footer-js.html %}
|
|
</body>
|
|
|
|
</html>
|