24 lines
778 B
HTML
24 lines
778 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Zcash Foundation DAGs</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/simpledotcss@2.0.6/simple.css"
|
|
integrity="sha256-v8KWnmx4+mlZ/f1S8frggTGREo4BpdgdZ2L2a1ZdmoA=" crossorigin="anonymous">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Zcash Foundation DAGs</h1>
|
|
<main>
|
|
<p><a href="zcash-zf-dag">Zebra & related repos</a></p>
|
|
<p><a href="zcash-zf-frost-dag">FROST</a></p>
|
|
<p><a href="zcash-zf-devops-dag">DevOps</a></p>
|
|
</main>
|
|
<footer>Generated with a <a href="https://github.com/ZcashFoundation/developers">script</a>
|
|
forked from <a href="https://github.com/zcash/developers">ECC</a>.
|
|
See also <a href="https://zcash.github.io/developers/">ECC DAGs</a>.
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|