diff options
author | Andrew Yu <andrew@andrewyu.org> | 2023-07-05 17:46:51 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:31:16 +0800 |
commit | 8710c1c6ef0815ffc678957eacd96baae6a64bd7 (patch) | |
tree | 63e608157f2962c1f3a1b153d6cb1a0f8ed63b45 | |
parent | 74a69e4ca45b2d73d8e243a408cf2930f6a7468e (diff) | |
download | www-8710c1c6ef0815ffc678957eacd96baae6a64bd7.tar.gz |
Delete empty free software article draft
-rw-r--r-- | article/free-software.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/article/free-software.html b/article/free-software.html deleted file mode 100644 index 9a46c99..0000000 --- a/article/free-software.html +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Software</title> - <link rel="stylesheet" href="/style.css" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body class="indent"> - <h1>Free Software</h1> - <p>Article ID: 10</p> - <div id="footer"> - <hr /> - <p><a href="/">Andrew Yu's Website</a></p> - </div> - </body> -</html> |