diff options
Diffstat (limited to 'free-hardware.html')
-rw-r--r-- | free-hardware.html | 49 |
1 files changed, 30 insertions, 19 deletions
diff --git a/free-hardware.html b/free-hardware.html index ba710b6..6ecd846 100644 --- a/free-hardware.html +++ b/free-hardware.html @@ -1,16 +1,23 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> - <head> - <title>Free Hardware</title> - <link rel="stylesheet" href="/oldstyle.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body class="indent"> - <h1>Free Hardware</h1> - - <p>This article is unfinished, combined from all over the place, and is a big mess. Read if you want, I guess.</p> +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <title>Free Hardware</title> + <link rel="stylesheet" href="./style.css" /> + <link rel="icon" href="./favicon.ico" sizes="any" /> + <!--link rel="icon" href="./icon.svg" type="image/svg+xml" / --> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="theme-color" content="#241504" /> + <meta name="color-scheme" content="light dark"> + +</head> +<body> +<header> + <h1>Free Hardware</h1> +</header> + +<article> + <p>This article is unfinished, combined from all over the place, and is a big mess. Read if you want, I guess.</p> <p><strong>In "free software" and "free hardware", the "free" in "free computing" does not refer to price; it refers to freedom and liberty of users.</strong></p> <p>This section is mainly for posts on <em>hardware hardware designs</em>. Without which, <em>no computer user is free</em>.</p> <blockquote> @@ -123,10 +130,14 @@ licenses and copyleft-in-patents to hopefully prevent patent trolls from taking over the world again. (This is also what the Evosaur project is attempting to do.) </pre> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - - </div> - </body> +</article> + +<footer> + <ul role="list"> + <li><a href="./">Home</a></li> + <li>Runxi Yu</li> + <li><a rel="license" href="./pubdom.html">Public Domain</a></li> + </ul> +</footer> +</body> </html> |