diff options
author | Andrew <andrew@s22537.local> | 2022-09-19 13:05:37 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:24 +0800 |
commit | 7c075e524e77b1e58878801e163e97dc5687daae (patch) | |
tree | 1431120052a8fba5b2a0e7c5ccedc370543564d8 | |
parent | 9f6c6232f6bfd087b0e500de0c78406b7fb7bd38 (diff) | |
download | www-7c075e524e77b1e58878801e163e97dc5687daae.tar.gz |
/index.html: Use <li> instead of <a> style.
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index bf66b1b..48a1693 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ <li><a href="https://www.andrewyu.org/note/">Frequently Used Snippets for Frequently Asked Questions</a></li> <li><a href="https://www.andrewyu.org/buffer.html">Random Buffer Webpage</a></li> <li><a href="https://www.andrewyu.org/hub.html">Weird link hub thing</a></li> - <li><a href="https://users.andrewyu.org/~luk/andrew-leak.mp4" style="font-size: 50%;">(Don't click here)</a></li> + <li style="font-size: 50%;"><a href="https://users.andrewyu.org/~luk/andrew-leak.mp4">(Don't click here)</a></li> </ul> <hr /> <ul> |