mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
46 lines
1.2 KiB
HTML
46 lines
1.2 KiB
HTML
---
|
|
---
|
|
|
|
<!doctype html>
|
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
|
<head>
|
|
{% include head.html %}
|
|
{% include head/custom.html %}
|
|
</head>
|
|
|
|
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
|
|
|
{% include_cached browser-upgrade.html %}
|
|
{% include_cached masthead.html %}
|
|
|
|
<div class="initial-content">
|
|
<div class="did-title">
|
|
<div class="content">
|
|
<!--<h1>{{ page.title }}</h1>-->
|
|
</div>
|
|
<canvas id="did-canvas"></canvas>
|
|
</div>
|
|
<link rel="stylesheet" type="text/css" href="/DIDecentralized/assets/particle-banner/particles.css">
|
|
<script src="/DIDecentralized/assets/particle-banner/particles.js"></script>
|
|
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% if site.search == true %}
|
|
<div class="search-content">
|
|
{% include_cached search/search_form.html %}
|
|
</div>
|
|
{% endif %}
|
|
|
|
<div class="page__footer">
|
|
<footer>
|
|
{% include footer/custom.html %}
|
|
{% include_cached footer.html %}
|
|
</footer>
|
|
</div>
|
|
|
|
{% include scripts.html %}
|
|
|
|
</body>
|
|
</html>
|