now in ocaml
This commit is contained in:
79
html/web-ring.html
Normal file
79
html/web-ring.html
Normal file
@@ -0,0 +1,79 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Rawley.xyz, Rawley Fowler's web ring">
|
||||
<title>rawley.xyz/web-ring</title>
|
||||
<link href="/static/index.css" rel="stylesheet">
|
||||
<style>
|
||||
main a {
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
<a href="/">/home/rawley.xyz</a>
|
||||
</h1>
|
||||
<nav>
|
||||
<li>
|
||||
<a href="/blog">blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/resume">resume</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/philosophy">philosophy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/web-ring">web ring</a>
|
||||
</li>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<h3>Web Ring</h3>
|
||||
<p>
|
||||
These are sites I like, sites that my friends host, or sites that I think are
|
||||
useful in some way.
|
||||
</p>
|
||||
<div>
|
||||
<a href="https://based.cooking">
|
||||
<img src="/static/basedcooking.gif" alt="based.cooking" />
|
||||
</a>
|
||||
<a href="/">
|
||||
<img src="/static/rawley.xyz.png" alt="rawley.xyz" />
|
||||
</a>
|
||||
<a href="https://tomfasano.net">
|
||||
<img src="/static/tomfasano.gif" alt="tomfasano.net" />
|
||||
</a>
|
||||
<a href="https://www.getmonero.org">
|
||||
<img src="/static/getmonero.gif" alt="monero" />
|
||||
</a>
|
||||
<a>
|
||||
<img src="/static/banporn.gif" alt="ban porn" />
|
||||
</a>
|
||||
<a href="https://www.debian.org">
|
||||
<img src="/static/debian.gif" alt="debian linux" />
|
||||
</a>
|
||||
<a href="https://dfitw.xyz">
|
||||
<img src="/static/dfitw.xyz.png" alt="dfitw.xyz" />
|
||||
</a>
|
||||
<a href="https://www.gnu.org/software/emacs">
|
||||
<img src="/static/emacs.png" alt="GNU Emacs" />
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<hr>
|
||||
<p>
|
||||
Copyright © Rawley Fowler 2022
|
||||
</p>
|
||||
<p>
|
||||
<b>Disclaimer</b>: All opinions on this site, are that of my own. They do not
|
||||
reflect the opinions of any of my employers; past, present, or future.
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user