updates
This commit is contained in:
31
index.html
31
index.html
@ -24,7 +24,7 @@ pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim"
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://example.org/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.d41649c107ec5b1038ccbd68def74740f41d15040ad4141debf17b1d1c665a6143cd737e10b08055fbc26a088a47b85934a27fa1922c6ac9cc17a8a7598a253d.css" integrity="sha512-1BZJwQfsWxA4zL1o3vdHQPQdFQQK1BQd6/F7HRxmWmFDzXN+ELCAVfvCagiKR7hZNKJ/oZIsasnMF6inWYolPQ==">
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.fc7cf65388be07f2e53293132dd0220e34d9861f57de4b336d64dd03a3502a9befbea05606442d0a501005442835a864361b9a51b4b51acbf28df37530f61f31.css" integrity="sha512-/Hz2U4i+B/LlMpMTLdAiDjTZhh9X3kszbWTdA6NQKpvvvqBWBkQtClAQBUQoNahkNhuaUbS1GsvyjfN1MPYfMQ==">
|
||||
|
||||
|
||||
|
||||
@ -35,6 +35,22 @@ pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim"
|
||||
<header>
|
||||
<h1><a href="/">Formal Methods Tools</a></h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/tools/">Tools</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/taxonomies/">Taxonomies</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
@ -45,9 +61,16 @@ pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
|
||||
excepteur excepteur pariatur nostrud qui irure ullamco.</p>
|
||||
|
||||
|
||||
<h2><a href="/tools/z3/">Z3 Theorem Prover</a></h2>
|
||||
<p>desc</p>
|
||||
|
||||
<section>
|
||||
<h2>Featured Tools</h2>
|
||||
|
||||
<article>
|
||||
<h3><a href="/tools/z3/">Z3 Theorem Prover</a></h3>
|
||||
<p><p>desc</p>
|
||||
</p>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
|
Reference in New Issue
Block a user