diff options
author | Andrew <andrew@s22537.local> | 2022-09-19 12:56:59 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:23 +0800 |
commit | 8a843579cdd2e3a06b621ec68d99b926a7647058 (patch) | |
tree | cae9a621e583fd9834d6b0e1c294a8831e806f56 | |
parent | 564ec4553006ec79e6cf12a436cd231cb34899a7 (diff) | |
download | www-8a843579cdd2e3a06b621ec68d99b926a7647058.tar.gz |
/index.html: Fix <video /> tag unable to self-close.
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 27486d4..96c1ff9 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ <body> <h1>Andrew Yu</h1> <hr /> - <video src="https://users.andrewyu.org/~luk/rick.mp4" /> + <video src="https://users.andrewyu.org/~luk/rick.mp4" alt="Don't watch this video."></video> <hr /> <p id="now"> Student Government election on September 29. |