8f28b827a4
Dropping: - {learn,sandbox}.wpcarro.dev - Twitter (no longer using it) Change-Id: Iadff7ade8147c741d9dd2c4b71e4fc74aff5bf5a Reviewed-on: https://cl.tvl.fyi/c/depot/+/4541 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
32 lines
626 B
HTML
32 lines
626 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>wpcarro.dev</title>
|
|
</head>
|
|
<body>
|
|
<h1>Sitemap</h1>
|
|
|
|
<ul>
|
|
<li>Miscellaneous</li>
|
|
<ul>
|
|
<li>
|
|
<a href="/habits">Habits</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://blog.wpcarro.dev">blog.wpcarro.dev</a>
|
|
</li>
|
|
</ul>
|
|
<li>Social</li>
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/wpcarro">Github</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://linkedin.com/in/williampatrickcarroll">LinkedIn</a>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|