diff options
author | Andrew <andrew@andrewyu.org> | 2022-10-23 03:57:06 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:31 +0800 |
commit | cb2fe2e758d1aab1f44f7bbfa113773924dbfe4f (patch) | |
tree | 692d9965ac914458af1567fcd8252fefb98cca39 /article/contracts-and-validity.html | |
parent | 8363f1e10f152dc630ddf7103b4f166653b88ff6 (diff) | |
download | www-cb2fe2e758d1aab1f44f7bbfa113773924dbfe4f.tar.gz |
Physics, kind-of a interest.
Diffstat (limited to 'article/contracts-and-validity.html')
-rw-r--r-- | article/contracts-and-validity.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/article/contracts-and-validity.html b/article/contracts-and-validity.html new file mode 100644 index 0000000..444059b --- /dev/null +++ b/article/contracts-and-validity.html @@ -0,0 +1,17 @@ +<!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>Contracts and Validity</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> + </head> + <body class="indent"> + <h1>Contracts and Validity</h1> + <p>Article ID: 12</p> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |