You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
785 B

<!DOCTYPE html>
<html>
<head>
<title>Duke Memos</title>
<style>
body {
width: 42em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
background-color: black;
color: white;
}
a {
color: #63c0f5;
text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
}
</style>
</head>
<body>
<h1>Duke Memos</h1>
<ul>
<li><a href="/memos/5">Hush Dev Update #1</a></li>
<li><a href="/memos/4">Monero Privacy Under Attack</a></li>
<li><a href="/memos/3">Hush Dev Update #0</a></li>
<li><a href="/memos/2">Zcash Privacy Theater </a></li>
<li><a href="/memos/1">Zcash Will Rugpull Equihash Miners</a></li>
</ul>
<h1>License</h1>
All content on this website is released under the GPL Version 3.
</body>
</html>