23 lines
725 B
HTML
23 lines
725 B
HTML
<!DOCTYPE html>
|
||
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
||
{%- include head.html -%}
|
||
<body>
|
||
{%- include header.html -%}
|
||
|
||
<main>
|
||
<section class="hero landing">
|
||
<div class="hero-content landing container">
|
||
<h1 class="hero-title landing">Verifiable Compute</h1>
|
||
<p class="subtext">
|
||
Caution is the next-gen compute platform – verifiable, portable, and fast to deploy. Built by the security engineers behind <a href="https://distrust.co" target="_blank" rel="noopener noreferrer">Distrust</a>.
|
||
</p>
|
||
<div class="hero-cta">
|
||
<a href="/blog.html" class="btn">Blog →</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
{%- include footer.html -%}
|
||
</body>
|
||
</html>
|