about.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5. <head>
  6. <!-- 2024-01-27 Sat 11:58 -->
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <title>About</title>
  10. <meta name="author" content="Joshua Branson" />
  11. <meta name="generator" content="Org Mode" />
  12. <link rel="stylesheet" href="./css/normalize.css" type="text/css"/><link rel="stylesheet" href="./css/default-org-stylesheet.css" type="text/css"/><link rel="stylesheet" href="./css/stylesheet.css" type="text/css"/>
  13. </head>
  14. <body>
  15. <div id="preamble" class="status">
  16. <nav><a href="./index.html">Home</a><a href="./about.html">About</a><a href="./blog/index.html">Blog</a></nav>
  17. </div>
  18. <div id="content" class="content">
  19. <h1 class="title">About</h1>
  20. <div id="outline-container-org8890cf1" class="outline-2">
  21. <h2 id="org8890cf1">What is Craggy Hurd?</h2>
  22. <div class="outline-text-2" id="text-org8890cf1">
  23. <p>
  24. Craggy Hurd is based on <a href="https://www.alpinelinux.org/">Alpine Linux</a>, which notably has little GNU in
  25. it.
  26. </p>
  27. </div>
  28. </div>
  29. </div>
  30. <div id="postamble" class="status">
  31. <p class="author">Author: Joshua Branson</p>
  32. <p class="date">Created: 2024-01-27 Sat 11:58</p>
  33. <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
  34. </div>
  35. </body>
  36. </html>