diff options
Diffstat (limited to 'downs.html')
-rw-r--r-- | downs.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/downs.html b/downs.html new file mode 100644 index 0000000..a93f673 --- /dev/null +++ b/downs.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <title>Please stop mocking Down's Syndrome</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>Please stop mocking Down's Syndrome</h1> +</header> + +<article> + +<p> +It has been a while since the onset of this rather unfortunate pattern, but the use of +</p> + +</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> |