diff options
author | Andrew <andrew@s22537.local> | 2022-09-19 11:07:55 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:23 +0800 |
commit | 564ec4553006ec79e6cf12a436cd231cb34899a7 (patch) | |
tree | 4b7a0f6208b0704aa6e181ecc001bd605708492f | |
parent | 15ae3441fb73ed613b5c11d498a739aaac9cb255 (diff) | |
download | www-564ec4553006ec79e6cf12a436cd231cb34899a7.tar.gz |
/index.html: Rickroll
-rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html index d19aa6a..27486d4 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ -<!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"> +<!DOCTYPE html> +<html lang="en"> <head> <title>Andrew Yu</title> <link rel="stylesheet" href="/plain.css" /> @@ -10,6 +10,8 @@ <body> <h1>Andrew Yu</h1> <hr /> + <video src="https://users.andrewyu.org/~luk/rick.mp4" /> + <hr /> <p id="now"> Student Government election on September 29. </p> |