37 lines
688 B
HTML
37 lines
688 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title> *Beeping noises* </title>
|
|
<link rel="stylesheet" href="/sand.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Roboto' , serif;
|
|
font-size: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Technology</h1>
|
|
<br>
|
|
<h7><a href="/Technology/tor.html">Tor</a></h7>
|
|
<h7><a href="/Technology/ipfs.html">ipfs</a></h7>
|
|
<h7><a href="/Technology/irc.html">IRC</a></h7>
|
|
<h7><a href="/Technology/email.html">Email</a></h7>
|
|
<h7><a href="/Technology/linux.html">Linux</a></h7>
|
|
<br>
|
|
</body>
|
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|